1
0
Fork 0
mirror of https://github.com/Findus23/guides.git synced 2024-09-19 16:03:51 +02:00
guides/layouts/shortcodes/alert.html

4 lines
62 B
HTML
Raw Normal View History

2022-01-08 21:41:33 +01:00
<div class="alert {{ .Get "type" }}">
{{ .Inner }}
</div>