2025-02-26 08:39:26 +00:00
|
|
|
{{/* Core scripts (theme, menu, tabs, etc.) */}}
|
|
|
|
{{- partial "scripts/core.html" . -}}
|
2023-10-21 16:00:39 -04:00
|
|
|
|
|
|
|
{{/* Search */}}
|
2025-02-26 08:39:26 +00:00
|
|
|
{{- partial "scripts/search.html" . -}}
|
2023-08-06 15:23:37 +01:00
|
|
|
|
2023-08-12 22:48:41 +01:00
|
|
|
{{/* Mermaid */}}
|
2025-03-27 22:40:24 +00:00
|
|
|
{{- if (.Store.Get "hasMermaid") -}}
|
2025-02-26 08:39:26 +00:00
|
|
|
{{- partial "scripts/mermaid.html" . -}}
|
2023-08-14 21:56:26 +01:00
|
|
|
{{- end -}}
|
2025-08-25 15:50:53 +08:00
|
|
|
|
|
|
|
{{/* Asciinema */}}
|
|
|
|
{{- if (.Store.Get "hasAsciinema") -}}
|
|
|
|
{{- partial "scripts/asciinema.html" . -}}
|
|
|
|
{{- end -}}
|