{{ $page := . }} {{ $first := templates.Exists "partials/paige/header-first.html" }} {{ $last := templates.Exists "partials/paige/header-last.html" }}
{{ if $first }} {{ partial "paige/header-first.html" $page }} {{ end }} {{ partial "paige/menu.html" $page }} {{ partial "paige/breadcrumb.html" . }} {{ if $last }} {{ partial "paige/header-last.html" $page }} {{ end }}