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

6 lines
94 B
HTML

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