vitrine/layouts/_default/_markup/render-image.html

3 lines
157 B
HTML

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