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