{{ $page := . }} {{ $description := $page.Param "paige.site_description" }} {{ $title := $page.Param "paige.site_title" }} {{ if or $page.Ancestors site.Menus.main }}
{{ if templates.Exists "partials/paige/header-first.html" }} {{ partial "paige/header-first.html" $page }} {{ end }} {{ if or $description $title }}
{{ with $title }}

{{ . | markdownify }}

{{ end }} {{ with $description }}

{{ . | markdownify }}

{{ end }}
{{ end }} {{ partial "paige/menu.html" $page }} {{ partial "paige/breadcrumbs.html" . }} {{ if templates.Exists "partials/paige/header-last.html" }} {{ partial "paige/header-last.html" $page }} {{ end }}
{{ end }}