{{ $img := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) }} {{ $width := .Get "width" }} {{ $img = $img.Resize (print (default "1256x" $width) " jpg") }} {{ $title := .Get "title" }} {{ $class := .Get "class" }}
{{ $title }} {{ if $title }}
{{ $title }}
{{ end }}