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