{{ if (fileExists (printf "%s/%s" "content" (replace (.Get "src") (path.Ext (.Get "src")) ".webp"))) -}} {{- end }} {{ $image := $.Page.Resources.GetMatch (.Get "src") }} {{ if gt $image.Width 800 -}} {{ $resized := $image.Resize "800x Lanczos" }} {{ .Get {{ else }} {{ .Get {{- end}}