mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-10-31 01:41:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			183 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			183 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main"}}
 | |
|   {{ partial "header.html" . }}
 | |
|   <!-- content -->
 | |
|   <main>
 | |
|   <div id="contentBody">
 | |
|     {{ .Content }}
 | |
|   </div>
 | |
|   </main>
 | |
|   {{ partial "footer.html" . }}
 | |
| {{ end }} |