{{ .Inner }} {{ if or (.Get "author") (.Get "cite") (.Get "url") }}

© {{ if .Get "author" }} {{ .Get "author" }}{{ if and (.Get "author") (or (.Get "url") (.Get "cite")) }}, {{ end }} {{ end }} {{ if .Get "url" }} {{ if .Get "cite" }} {{ .Get "cite" }} {{ else }} {{ .Get "url" }} {{ end }} {{ else }} {{ if .Get "cite" }} {{ .Get "cite" }} {{ end}} {{ end }}

{{ end }}
{{ if .Get "caption" }}
{{ .Get "caption" | safeHTML }}
{{ end }}