{{ $currentNode := . }} {{ range .Site.Menus.main }} {{ if .HasChildren }} {{ $multicol := false }} {{ range .Children }} {{ if .HasChildren }} {{ $multicol = true }} {{ end }} {{ end }}
  • {{ .Pre }} {{ .Name }} {{end}}
  • {{end}} {{ partial "nav_more.html" . }} {{ partial "google_search.html" . }}