{{ $img := (.Page.Resources.GetMatch (.Get "name")) }} {{ $classes := .Get "class" }} {{ $width := .Get "width" }} {{ $resized_img := $img.Resize (printf "%dx%d" $width $width) }}