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