{{- if .Get "link" -}}
{{- end }}
{{- if .Get "link" }}{{ end -}}
{{- if or (or (.Get "title") (.Get "caption")) (.Get "attr") -}}
{{ with (.Get "title") -}}
{{ . }}
{{- end -}}
{{- if or (.Get "caption") (.Get "attr") -}}
{{- .Get "caption" | markdownify -}}
{{- with .Get "attrlink" }}
{{- end -}}
{{- .Get "attr" | markdownify -}}
{{- if .Get "attrlink" }}{{ end }}
{{- end }}
{{- end }}