Files
ODOO4projetcs/ODOO4projects/themes/editor-hugo/layouts/shortcodes/notice.html
2025-05-02 06:48:19 -03:00

4 lines
173 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>