website/layouts/shortcodes/notice.html
2020-08-18 17:30:06 +08:00

5 lines
130 B
HTML

<div class="notices {{ .Get 0 }}">
{{ $type := .Get 0}}
<p>{{ i18n $type }}</p>
<div>{{ .Inner | markdownify }}</div>
</div>