hugo-theme-zzo/layouts/shortcodes/notice.html

3 lines
126 B
HTML
Raw Normal View History

2020-01-30 16:17:56 +00:00
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}>
{{ .Inner | markdownify }}
</div>