forked from drowl87/hextra_mirror
11 lines
256 B
HTML
11 lines
256 B
HTML
{{/* Core scripts (theme, menu, tabs, etc.) */}}
|
|
{{- partial "scripts/core.html" . -}}
|
|
|
|
{{/* Search */}}
|
|
{{- partial "scripts/search.html" . -}}
|
|
|
|
{{/* Mermaid */}}
|
|
{{- if (.Store.Get "hasMermaid") -}}
|
|
{{- partial "scripts/mermaid.html" . -}}
|
|
{{- end -}}
|