hugo-theme-relearn/layouts/shortcodes/notice.html
2021-07-17 11:59:26 +02:00

7 lines
187 B
HTML

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