7 lines
		
	
	
		
			135 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			135 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
|   <h1>{{ .Title }}</h1>
 | |
| 
 | |
|   {{ .Content }}
 | |
|   {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
 | |
| {{ end }}
 |