aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/card-unsafe.html
blob: 11e1bab8838ea244e9a80bb32dfe32b1194e0342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{{- $section := . -}}

{{ if eq $section "begin" }}
<micro-unsafe>
<details>
  <summary>
    <header>
      {{ safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/alert-circle.svg")) }}
      <span>Danger: Unsafe Content. <b><u>Click here</u></b> to show/hide</span>
    </header>
  </summary>
</details>
  <micro-unsafe-content>
{{ end }}

{{ if eq $section "end" }}
  </micro-unsafe-content>
</micro-unsafe>
{{ end }}