2020-04-28 12:26:34 +02:00
|
|
|
<figure class="tabular {{ with .Get "class"}}{{ . }}{{ end }}">
|
|
|
|
{{ .Inner | markdownify }}
|
|
|
|
{{ with .Get "title" }}
|
|
|
|
<figcaption>
|
2022-01-29 17:44:00 +01:00
|
|
|
<p>{{ . | markdownify }}</p>
|
2020-04-28 12:26:34 +02:00
|
|
|
</figcaption>
|
|
|
|
{{ end }}
|
|
|
|
</figure>
|