ref: a3535c8486b2ce762b1a8a9c30b03985c3e02cee
dir: /themes/gohugoioTheme/layouts/shortcodes/note.html/
<aside class="admonition note"> <div class="note-icon"> {{partial "svg/exclamation.svg" (dict "size" "20px" ) }} </div> <!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}note{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Note{{end}}</h2> --> <!-- <h3>Note</h3> --> <div class="admonition-content">{{- .Inner -}}</div> </aside>