hugo-toha/layouts/shortcodes/alert.html
2020-06-29 23:36:01 +06:00

3 lines
97 B
HTML

<div class="alert alert-{{ .Get "type"}}">
<strong>{{.Inner | markdownify }}</strong>
</div>