scim-docs/themes/Indiiie/layouts/shortcodes/switch-box.html

4 lines
102 B
HTML
Raw Normal View History

2024-08-29 10:10:19 +00:00
<div id="{{ .Get "title" | safeHTMLAttr }}" class="switch-box">
{{ .Inner | markdownify }}
</div>