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

7 lines
94 B
HTML
Raw Normal View History

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