{{- if .Get "link" -}} {{- end -}} {{- if eq (.Get "raw") true }} {{- $img := resources.Get (.Get "src") }} {{ with .Get {{- else }} {{- partial "image.html" (dict "path" (.Get "src") "alt" (or (.Get "alt") (.Get "caption" | markdownify | plainify)) "width" (.Get "width") "height" (.Get "height")) }} {{- end }} {{- if .Get "link" }}{{ end -}} {{- if or (or (.Get "title") (.Get "caption")) (.Get "attr") -}}
{{- if or (.Get "caption") (.Get "attr") -}} {{- with (.Get "title") -}}

{{ . }}

{{- end -}}

{{- .Get "caption" | markdownify -}} {{- with .Get "attrlink" }} {{- end -}} {{- .Get "attr" | markdownify -}} {{- if .Get "attrlink" }}{{ end }}

{{- else -}} {{- with (.Get "title") -}} {{ . }} {{- end -}} {{- end -}}
{{- end }}