Files
caldwell/layouts/_default/_markup/render-image.html
2025-09-13 15:07:15 +01:00

8 lines
173 B
HTML

{{ partial "components/image/index.html" (dict "page" .Page "image" (dict
"src" .Destination
"caption" .Text
"alt" .Title
))
}}
{{- /* chomp trailing newline */ -}}