vodoraslo.xyz/themes/lugo/layouts/shortcodes/notice.html
2023-06-24 19:57:33 +03:00

2 lines
No EOL
150 B
HTML

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