mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-10-31 01:41:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			296 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			296 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
|   {{ partial "header.html" . }}
 | |
|   <!-- content -->
 | |
|   <main class="h-entry">
 | |
|     {{ .Scratch.Set "beforeDateString" "Published on "}}
 | |
|     {{ partial "date.html" . }}
 | |
|     <div class="e-content">
 | |
|       {{ .Content }}
 | |
|     </div>
 | |
|   </main>
 | |
|   {{ partial "footer.html" . }}
 | |
| {{ end }} |