| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -3,13 +3,20 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    {{if not .IsHome }} {{ $pages = .Pages }} {{ end }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <main> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    	<h1>{{ .Title | markdownify | title }}</h1> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    	{{ if not .IsHome }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        	<h1>{{ .Title | markdownify | lower }}</h1> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        {{ else }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        	<h1>Beet Box</h1> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    	{{ end }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    	{{ if and .IsSection (not .IsHome) }} {{ partial "article-meta.html" . }} {{ end }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    	{{ with .Content }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <section> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        {{ . }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </section> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    	{{- end }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </main> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    {{ with $pages.Limit 4 }} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |