mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-11-04 11:31:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			264 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			264 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>
 | 
						|
{{ end }} |