forked from Git/hugo-story
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			347 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			347 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ define "main" }}
 | 
						|
 | 
						|
	{{ partial "banner" site.Data.banner }}
 | 
						|
	{{ partial "spotlight" site.Data.spotlight1 }}
 | 
						|
	{{ partial "spotlight" site.Data.spotlight2 }}
 | 
						|
	{{ partial "spotlight" site.Data.spotlight3 }}
 | 
						|
	{{ partial "items" site.Data.items }}
 | 
						|
	{{ partial "elements" . }}
 | 
						|
	{{ partial "elements_reference" . }}
 | 
						|
	{{ partial "footer" . }}
 | 
						|
 | 
						|
{{ end }} |