6 lines
138 B
HTML
6 lines
138 B
HTML
|
<figure class="center align-center">
|
||
|
{{ .Inner | markdownify }}
|
||
|
|
||
|
<figcaption><p>{{ .Get 0 | markdownify }}</p></figcaption>
|
||
|
</figure>
|