6 lines
		
	
	
		
			126 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			126 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ partial "header.html" . -}}
 | 
						|
<header><h1>{{ .Title }}</h1></header>
 | 
						|
<article>
 | 
						|
{{ .Content -}}
 | 
						|
{{ partial "footer.html" . }}
 |