{{ if or $ancestors $description $first $last $menu $title }}
<headerclass="my-3"id="paige-header">
{{ if templates.Exists "partials/paige/header-first.html" }}
{{ if $first }}
{{ partial "paige/header-first.html" $page }}
{{ end }}
@ -46,7 +50,7 @@
</div>
{{ end }}
{{ with site.Menus.main }}
{{ with $menu }}
<nav>
<ulclass="align-items-center justify-content-center nav {{ if $pills }} nav-pills {{ else if $tabs }} nav-tabs {{ else if $underline }} nav-underline {{ end }}">