{{- $title := or .Params.header_text .Title -}}

{{ partial "PrepareHTML" $title }}

{{- if .Params.breadcrumb | default true -}} {{ partial "header/breadcrumbs.html" . }} {{- end -}}
{{- partial "programs/essential" . -}}
{{ with .Params.downloadable_summary }} {{- $file := partial "GetMedia" . -}} {{- if $file -}} {{- $url := $file.url -}} {{- if site.Params.keycdn -}} {{- $url = $file.direct_url -}} {{- end -}} {{ i18n "commons.download.singular_name" }} {{- end -}} {{ end }}