8 lines
		
	
	
		
			117 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ partial "header.html" . }}
 | 
						|
 | 
						|
<header><h1>{{ .Title }}</h1></header>
 | 
						|
 | 
						|
{{ .Content }}
 | 
						|
 | 
						|
{{ partial "footer.html" . }}
 |