Files
hugo/layouts/shortcodes/note.html
T
2017-02-17 13:14:55 -06:00

6 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>