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

3 lines
126 B
HTML

<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}>
{{ .Inner | markdownify }}
</div>