Files
hugo/layouts/shortcodes/note.html
T

4 lines
202 B
HTML

<div class="note">
<h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}note{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Note{{end}}</h2>
<div class="shortcode-content">{{- .Inner -}}</div>
</div>