{{ $p := . }} {{ $insertDone := false }} {{ with .Site.Menus.main }} {{ range . }}
  • {{ $active := or ($p.IsMenuCurrent "main" .) ($p.HasMenuCurrent "main" .) }} {{ with .Page }} {{ $active = or $active ( $.IsDescendant .) }} {{ end }} {{ $pre := .Pre }} {{ $post := .Post }} {{ $url := urls.Parse .URL }} {{ $baseurl := urls.Parse $.Site.Params.Baseurl }} {{ with .Pre }}{{ $pre }}{{ end }} {{ .Name }} {{ with .Post }}{{ $post }}{{ end }}
  • {{ if not $insertDone }}
  • {{ partial "navbar-collapse-commuity.html" $p }}
  • {{ $insertDone = true }} {{ end }} {{ end }} {{ end }} {{ if .Site.Params.versions }}
  • {{ partial "navbar-version-selector.html" . }}
  • {{ end }}
  • {{ partial "navbar-collapse-ecosystem.html" . }}