shithub: hugo

ref: 10fef32de6e6cf20f8054e9833b1ad09fba6d5cb
dir: /docs/themes/gohugoioTheme/layouts/shortcodes/note.html/

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