mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-04 15:05:00 -04:00
7 lines
291 B
HTML
7 lines
291 B
HTML
<div class="admonition note">
|
|
<div class="note-icon">
|
|
{{partial "svg-icons/exclamation.svg" .}}
|
|
</div>
|
|
<h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}note{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Note{{end}}</h2>
|
|
<div class="admonition-content">{{- .Inner -}}</div>
|
|
</div> |