{{ $img := $.Page.Resources.GetMatch (.Get "src")}} {{ $name_splitted := split $img.RelPermalink "." }} {{ $name_base := index $name_splitted 0 }} {{ $ext_base := index $name_splitted 1 }}
{{ with .Get "link" }} {{ else }} {{ end }} {{ if ( in "svg ico gif" $ext_base ) }} {{ . }} {{ else }} {{ . }} {{ end }} {{ if .Get "caption" }}

{{ .Get "caption" }} {{ if .Get "attr" }} {{ with .Get "attrlink" }} {{ end }} {{ .Get "attr" }} {{ with .Get "attrlink" }} {{ end }} {{ end }}

{{ end }}