dot-hugo/layouts/shortcodes/notice.html

1 line
115 B
HTML
Raw Normal View History

2019-09-04 11:35:48 +00:00
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}><p>{{ .Inner }}</p></div>