github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/docs/layouts/shortcodes/note.html (about) 1 <aside class="admonition note"> 2 <div class="note-icon"> 3 {{partial "svg/exclamation.svg" (dict "size" "20px" ) }} 4 </div> 5 <!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}note{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Note{{end}}</h2> --> 6 <!-- <h3>Note</h3> --> 7 <div class="admonition-content">{{- .Inner -}}</div> 8 </aside>