docs.xiv.zone/themes/mytheme/layouts/shortcodes/info.html
Joshua Goins 0c890dee30 Overhaul site
I'm way too lazy to write this commit message, sorry.
2023-10-06 20:13:46 -04:00

6 lines
94 B
HTML

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