{{ $image := .Page.Resources.GetMatch (.Get "src") }} {{ partial "image.html" (dict "image" $image "alt" (.Get "alt") "sizes" (slice 320 480 600) "classes" (slice "fill-wh")) }}