10 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ partial "head.html" . }}
 | 
						|
{{ partial "header.html" . }}
 | 
						|
 | 
						|
  <main class="siteContent container">
 | 
						|
    <h2>Uh oh!</h2>
 | 
						|
    <h3>The requested page is not available</h3>
 | 
						|
  </main>
 | 
						|
 | 
						|
{{ partial "footer.html" . }}
 | 
						|
{{ partial "foot.html" . }}
 |