Mesen-S/Docs/themes/learn/layouts/shortcodes/notice.html
2020-06-30 16:51:13 -04:00

1 line
109 B
HTML

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