{{- $image := partial "helper/image" (dict "Resources" .Page.Resources "Image" .Destination) -}} {{- $alt := .PlainText | safeHTML -}} {{- $title := .Title | markdownify -}} {{/* SVG and external images won't work with gallery layout, because their width and height attributes are unknown */}} {{- $galleryImage := and $image.Height $image.Width -}} {{ . }}