dot-hugo/layouts/shortcodes/notice.html
2021-10-31 10:31:58 +06:00

3 lines
No EOL
174 B
HTML

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