dot-hugo/layouts/shortcodes/notice.html

3 lines
174 B
HTML
Raw Normal View History

2021-10-31 04:31:58 +00:00
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}><p>{{ .Inner | markdownify }}</p></div>