{{/* Copyright (c) 2019, 2023, 2024 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: Eric Poirier Olivier Goulet SPDX-License-Identifier: EPL-2.0 */}}
{{ if ne .Page.Params.hide_sidebar true }}
{{ end }} {{ if ne .Page.Params.hide_breadcrumb true }} {{ partial "breadcrumbs.html" . }} {{ end }} {{ if eq .Page.Params.is_deprecated true }} {{ $msg := .Page.Params.deprecation_msg | default "This page is deprecated and may contain some information that is no longer relevant or accurate." }} {{ end }} {{ if ne .Page.Params.hide_page_title true }}

{{ if eq .Page.Params.format_title false }} {{ .Title | safeHTML }} {{ else }} {{ .Title | safeHTML | title }} {{ end }}

{{ end }}