shithub: hugo

ref: 15ff0765724c58827be6efa96f06b03b9f1c8cb4
dir: /docs/themes/gohugoioTheme/layouts/shortcodes/tip.html/

View raw version
<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>