{{/* 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 */}} {{ $logo := .Site.Params.logo | default "https://www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg" }} {{ $logo_width := .Site.Params.logo_width | default "150" }} {{ $logo_title := .Site.Params.logo_title | default $.Site.Title }} {{ $call_for_action_text := .Site.Params.call_for_action_text }} {{ $call_for_action_url := .Site.Params.call_for_action_url }} {{ $call_for_action_icon := .Site.Params.call_for_action_icon }} {{ $hide_cfa := .Site.Params.hide_call_for_action | default .Page.Params.hide_call_for_action | default false }}
{{ partial "nav.html" . }}
{{ if not $hide_cfa }} {{ $call_for_action_text }} {{ end }}