|
|
|
@ -14,17 +14,23 @@ |
|
|
|
|
{{- if .Get "link" }}</a>{{ end -}} |
|
|
|
|
{{- if or (or (.Get "title") (.Get "caption")) (.Get "attr") -}} |
|
|
|
|
<figcaption> |
|
|
|
|
{{ with (.Get "title") -}} |
|
|
|
|
{{- if or (.Get "caption") (.Get "attr") -}} |
|
|
|
|
{{- with (.Get "title") -}} |
|
|
|
|
<h4>{{ . }}</h4> |
|
|
|
|
{{- end -}} |
|
|
|
|
{{- if or (.Get "caption") (.Get "attr") -}}<p> |
|
|
|
|
<p> |
|
|
|
|
{{- .Get "caption" | markdownify -}} |
|
|
|
|
{{- with .Get "attrlink" }} |
|
|
|
|
<a href="{{ . }}"> |
|
|
|
|
{{- end -}} |
|
|
|
|
{{- .Get "attr" | markdownify -}} |
|
|
|
|
{{- if .Get "attrlink" }}</a>{{ end }}</p> |
|
|
|
|
{{- end }} |
|
|
|
|
{{- if .Get "attrlink" }}</a>{{ end }} |
|
|
|
|
</p> |
|
|
|
|
{{- else -}} |
|
|
|
|
{{- with (.Get "title") -}} |
|
|
|
|
{{ . }} |
|
|
|
|
{{- end -}} |
|
|
|
|
{{- end -}} |
|
|
|
|
</figcaption> |
|
|
|
|
{{- end }} |
|
|
|
|
</figure> |