8 lines
		
	
	
		
			124 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ partial "header.html" . }}
 | 
						|
 | 
						|
<header><h1>404: Page not found</h1></header>
 | 
						|
 | 
						|
{{ .Content }}
 | 
						|
 | 
						|
{{ partial "footer.html" . }}
 |