{{/* Copyright (c) 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: Olivier Goulet SPDX-License-Identifier: EPL-2.0 */}} {{ if .Page.Params.main_menu }} {{ .Scratch.Set "main_menu" .Page.Params.main_menu }} {{ else if (index .Site.Menus "main") }} {{ .Scratch.Set "main_menu" "main" }} {{ else }} {{ .Scratch.Set "main_menu" "astro" }} {{ end }} {{ $main_menu := .Scratch.Get "main_menu" }} {{ $current_page := . }}