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

4 lines
99 B
HTML
Raw Normal View History

2024-08-29 10:10:19 +00:00
<div id="{{ .Get "title" | safeHTMLAttr }}" class="switch-box">
2024-11-04 16:07:02 +00:00
{{ .Inner | safeHTML }}
2024-08-29 10:10:19 +00:00
</div>