{{/* Copyright (c) 2018, 2023 Eclipse Foundation, Inc. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0. Contributors: Christopher Guindon Olivier Goulet SPDX-License-Identifier: EPL-2.0 */}} {{ $main_menu := .Page.Params.main_menu | default "main" }} {{ $currentNode := . }} {{ range (index .Site.Menus $main_menu) }} {{ if .HasChildren }} {{ $multicol := false }} {{ range .Children }} {{ if .HasChildren }} {{ $multicol = true }} {{ end }} {{ end }}
  • {{ .Pre }} {{ .Name }} {{end}}
  • {{end}} {{ partial "nav_more.html" . }} {{ partial "google_search.html" . }}