dot-hugo/layouts/shortcodes/notice.html
2019-09-04 17:35:48 +06:00

1 line
No EOL
115 B
HTML

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