15 lines
		
	
	
		
			407 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			407 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ $page := . }}
 | |
| 
 | |
| <header id="paige-header">
 | |
|     {{ if templates.Exists "partials/paige/header-first.html" }}
 | |
|         {{ partial "paige/header-first.html" $page }}
 | |
|     {{ end }}
 | |
| 
 | |
|     {{ partial "paige/menu.html" $page }}
 | |
|     {{ partial "paige/breadcrumb.html" . }}
 | |
| 
 | |
|     {{ if templates.Exists "partials/paige/header-last.html" }}
 | |
|         {{ partial "paige/header-last.html" $page }}
 | |
|     {{ end }}
 | |
| </header>
 |