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