{{- $config := site.Params }} {{- $context := . }} {{- $item_type := "http://schema.org/WebPage" }} {{- $lang := site.Language.Lang }} {{- $is_dark := $config.enableDarkMode }} {{- $default_mode := $config.defaultLightingMode -}} {{- partial "head/index" . }} {{- if or (eq .Section $config.blogDir) (eq .Type "search" ) }} {{- block "main" . }}{{ end }} {{- else }}
{{- $docSections := $config.docSections }} {{- with $docSections }}{{- else }} {{- $docSections = "docs" }} {{- end }} {{- $uniqueHomepage := .IsHome }} {{- if $config.uniqueHomepage }} {{- if .IsHome }} {{- $uniqueHomepage = true }} {{- end }} {{- else }} {{- $uniqueHomepage = false }} {{- end }} {{- if and (in $docSections .Section) (ne $uniqueHomepage true) }} {{- partial "document" . }} {{- else }}
{{- block "main" . }}{{ end }}
{{- end -}}
{{- end }} {{- partial "scripts/translations" . -}} {{- partialCached "footer" . -}} {{- partialCached "sprites" . -}} {{- partial "scripts/bundle" . -}} {{- partial "scripts/mermaid" . -}}