mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-10-31 09:51:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main"}}
 | |
|     <div>
 | |
|         <h1>{{ .Title }}</h1>
 | |
|         <p class="date">{{ .Date.Format "January 2, 2006" }}</p>
 | |
|         <div class="markdown-body">
 | |
|             {{ .Content }}
 | |
|         </div>
 | |
|     </div>
 | |
| {{ end }}
 | |
| 
 |