mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			267 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			267 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{define "head"}}
 | 
						|
{{ partial "head.html" . }}
 | 
						|
{{end}}
 | 
						|
 | 
						|
{{define "main"}}
 | 
						|
<!-- Main Page -->
 | 
						|
<div class="singlePage">
 | 
						|
    {{partial "darkmode.html" .}}
 | 
						|
    {{.Content}}
 | 
						|
 | 
						|
    <!-- Contact Info -->
 | 
						|
    <div>
 | 
						|
        {{partial "footer.html" .}}
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
{{end}}
 |