4 lines
225 B
HTML
4 lines
225 B
HTML
{{ $data := partial "components/image/process.html" (dict "page" .Page "src" .Destination) }}
|
|
{{ partial "components/image/index.html" (merge $data (dict "caption" .Text "alt" .Title)) }}
|
|
{{- /* chomp trailing newline */ -}}
|