{{ $align := .Get "align" }} {{ $alt := .Get "alt" }} {{ $caption := .Get "caption" }} {{ $float := .Get "float" }} {{ $height := .Get "height" }} {{ $justify := .Get "justify" }} {{ $link := .Get "link" }} {{ $maxheight := .Get "maxheight" }} {{ $maxwidth := .Get "maxwidth" }} {{ $method := .Get "method" }} {{ $number := .Get "number" }} {{ $numbered := .Get "numbered" }} {{ $options := .Get "options" }} {{ $raw := .Get "raw" }} {{ $src := .Get 0 | default (.Get "src") }} {{ $title := .Get "title" }} {{ $width := .Get "width" }} {{ partial "paige/image-figure.html" (dict "align" $align "alt" $alt "caption" $caption "float" $float "gap" 2 "height" $height "justify" $justify "link" $link "maxheight" $maxheight "maxwidth" $maxwidth "method" $method "number" $number "numbered" $numbered "options" $options "raw" $raw "src" $src "title" $title "width" $width ) }}