website/layouts/shortcodes/warning.html

5 lines
145 B
HTML

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