website/layouts/shortcodes/note.html

3 lines
135 B
HTML
Raw Normal View History

<div class="alert alert-info note callout" role="alert">
<strong>{{ T "note" }}</strong> {{ trim .Inner " \n" | markdownify }}
</div>