mirror of
				https://github.com/Clortox/tylerperkins.xyz.git
				synced 2025-07-17 14:42:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ define "main" }}
 | 
						|
<div class="page-header">
 | 
						|
    <h1 data-value="{{ .Title }}" class="scramble">{{ .Title }}</h1>
 | 
						|
    <small class="post-list-date">{{ .Date.Format "January 2, 2006" }}</small>
 | 
						|
</div>
 | 
						|
<article>
 | 
						|
    <div class="post clearfix">
 | 
						|
        {{ .Content }}
 | 
						|
    </div>
 | 
						|
</article>
 | 
						|
{{ end }}
 |