aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/card-unsafe.html
blob: 1afbd2afc31867109160f1e65d780f84a4acc98f (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>
    <h1>
      {{ 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>
    </h1>
  </summary>
</details>
  <micro-unsafe-content>
{{ end }}

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