{{ $has_jumbotron := .Store.Get "has_jumbotron" }}
{{ partial "jumbotron.html" . }} {{ partial "breadcrumbs.html" . }}
{{ if ne .Page.Params.hide_sidebar true }}
{{ partial "sidebar.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 $has_jumbotron }}

{{ .Title | safeHTML }}

{{ else }}

{{ .Title | safeHTML }}

{{ end }} {{ end }}