itd-site/themes/hugo-theme-relearn/layouts/shortcodes/notice.html

7 lines
196 B
HTML

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