mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00: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> |