hugo-theme-hyde-hyde/layouts/shortcodes/note.html

5 lines
145 B
HTML

<blockquote {{ with .Get "class" }}class="{{.}}"{{ end }}>
<strong>{{ .Get 0 | default "Note" }}</strong><br>
{{ .Inner }}
</blockquote>