{{ define "docs-header" }} {{ template "hc-head" . }} {{ .L.T "helpCenter.skipToContent" }} {{ template "hc-announcement" . }}
{{ template "hc-search-icon" }} {{ .L.T "globals.terms.search" }}
{{ if .Data.HelpCenter.NavLinks }} {{ end }} {{ if gt (len .Data.HelpCenter.AvailableLocales) 1 }}{{ template "hc-lang-switcher" . }}{{ end }}
{{ end }} {{ define "docs-nav-group" }}
{{ if .Node.Articles }} {{ end }} {{ range .Node.Children }} {{ template "docs-nav-group" (map "Node" . "Root" false "Base" $.Base "ActiveCollection" $.ActiveCollection "ActiveArticle" $.ActiveArticle) }} {{ end }}
{{ end }} {{ define "docs-footer" }}
{{ template "hc-shared-behavior" }} {{ if .Data.HelpCenter.CustomJS }}{{ end }} {{ end }} {{ define "docs-breadcrumb" }} {{ end }} {{ define "docs-article-rows" }} {{ end }}