bcarlin.net/layouts/shortcodes/note.html

8 lines
215 B
HTML
Raw Permalink Normal View History

2025-06-20 02:33:45 +02:00
<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>