Files
caldwell/layouts/_default/_markup/render-image.html
2025-08-14 17:27:01 +03:00

7 lines
108 B
HTML

{{ partial "components/image/index.html" (dict
"src" .Destination
"caption" .Text
"alt" .Title
)
}}