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

1 line
109 B
HTML

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