3 lines
102 B
HTML
3 lines
102 B
HTML
<div id="{{ .Get "title" | safeHTMLAttr }}" class="switch-box">
|
|
{{ .Inner | markdownify }}
|
|
</div>
|