You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{ $crossorigin := .crossorigin }}
- {{ if ne .enabled false }}
- <meta title="mod:fractal-forest" content="status:enabled">
- {{ range .decoders }}
- <script async src={{ printf "/js/%s.js" . | relURL }} integrity={{ printf "sha384-%s" (readFile (printf "themes/fractal-forest/static/js/%s.js.sha384" .)) }}{{ with $crossorigin }} crossorigin={{ . }}{{ end }}></script>
- {{ end }}
- {{ else }}
- <meta title="mod:fractal-forest" content="status:disabled">
- {{ end }}
|