hook_test/layouts/shortcodes/alert.html
2021-12-31 12:44:26 +01:00

6 lines
104 B
HTML

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