{{ range .images }} {{ if .id }} {{- $image := partial "GetMedia" .id -}} {{- if $image -}}
{{ partial "commons/image.html" (dict "image" .file "alt" .alt "mobile" "164" "tablet" "336" "desktop" "416" )}} {{ if .text }}
{{- partial "PrepareHTML" .text -}}
{{ end }}
{{- end -}} {{ end }} {{ end }}