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