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