Files
caldwell/layouts/_default/_markup/render-image.html
2025-08-08 10:53:21 +02:00

7 lines
92 B
HTML

{{ partial "image.html" (dict
"path" .Destination
"caption" .Text
"alt" .Title
)
}}