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

5 lines
173 B
HTML

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