@ -1,6 +1,7 @@
{{ $page := . }}
<header id="paige-header">
{{ if or $page.Ancestors site.Menus.main }}
{{ if templates.Exists "partials/paige/header-first.html" }}
{{ partial "paige/header-first.html" $page }}
{{ end }}
@ -11,4 +12,5 @@
{{ if templates.Exists "partials/paige/header-last.html" }}
{{ partial "paige/header-last.html" $page }}
</header>