vitrine/layouts/_default/_markup/render-image.html
2024-06-19 20:45:01 +02:00

3 lines
165 B
HTML

{{ $img := .Page.Resources.GetMatch .Destination }}
{{ partial "components/image.html" (dict "img" $img "destination" .Destination "alt" .Text "caption" .Title) }}