{{- $alt := .Text -}} {{- $caption := .Title -}} {{- $src := .Destination -}} {{- $image := .Page.Resources.GetMatch $src -}} {{- if $image -}} {{- $webp := $image.Resize (printf "%dx%d webp" $image.Width $image.Height) -}} {{- if $caption -}}
{{ $alt }}
{{ $caption }}
{{- else -}} {{ $alt }} {{- end -}} {{- else -}} {{- if $caption -}}
{{ $alt }}
{{ $caption }}
{{- else -}} {{ $alt }} {{- end -}} {{- end -}}