docs/themes/learn/layouts/shortcodes/notice.html
2023-05-24 18:17:12 +02:00

3 lines
151 B
HTML

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