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