hugo-theme-relearn/layouts/shortcodes/notice.html
2022-02-06 17:10:50 +01:00

7 lines
No EOL
211 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- $style := .Get 0 }}
{{- $title := .Get 1 | default ($style | T) }}
<div class="notices {{ $style }}">
<div class="label">{{ $title }}</div>
{{ .Inner -}}
</div>