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