shithub: hugo

ref: 4d26ab33dcef704086f43828d1dfb4b8beae2593
dir: /docs/layouts/shortcodes/warning.html/

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