mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-07 04:27:31 -05:00
9 lines
154 B
HTML
9 lines
154 B
HTML
<p>
|
|
<figure>
|
|
{{ .Inner }}
|
|
{{ with .Get "caption" }}
|
|
<figcaption>{{ . }}</figcaption>
|
|
{{ end }}
|
|
</figure>
|
|
</p>
|