hugo-theme-zzo/layouts/shortcodes/notice.html

3 lines
126 B
HTML

<div class="notices {{ .Get 0 }}" data-title="{{ .Get 1 | default (.Get 0) | humanize }}">
{{ .Inner | markdownify }}
</div>