8 lines
215 B
HTML
8 lines
215 B
HTML
|
<aside class="admonition note">
|
||
|
<p class="title">
|
||
|
{{partial "icon.html" (dict "icon" "information-fill" "label" (T "information_icon"))}}
|
||
|
{{ T "note" }}
|
||
|
</p>
|
||
|
{{ .Inner | .Page.RenderString }}
|
||
|
</aside>
|