{{ partial "search" . }}

{{ i18n "nav_navigation" }}

{{ if .Site.Params.geekdocMenuBundle }} {{ partial "menu-bundle" (dict "current" . "source" .Site.Data.menu.main.main) }} {{ else }} {{ partial "menu-filetree" . }} {{ end }}
{{ if and (in (slice "posts" "tags") .Section) (default false .Site.Params.geekdocTagsToMenu) }}

{{ i18n "nav_tags" }}

    {{ $currentPage := .RelPermalink }} {{ range $name, $taxonomy := .Site.Taxonomies.tags }} {{ with $.Site.GetPage (printf "/tags/%s" $name) }}
  • {{ partial "utils/title" . }}
  • {{ end }} {{ end }}
{{ end }}
{{ if .Site.Data.menu.more.more }}

{{ i18n "nav_more" }}

{{ partial "menu-bundle" (dict "current" . "source" .Site.Data.menu.more.more) }} {{ end }}