docs.xiv.zone/themes/mytheme/layouts/shortcodes/info.html

7 lines
94 B
HTML
Raw Permalink Normal View History

{{ $note := .Get 0 }}
<div class="info">
<b>Note</b>
<p>{{ $note | markdownify }}</p>
</div>