13 lines
		
	
	
		
			208 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{{ partial "header.html" . }}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<div class="header">
							 | 
						||
| 
								 | 
							
								  <h1>{{ .Title }}</h1>
							 | 
						||
| 
								 | 
							
								</div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<div class="content">
							 | 
						||
| 
								 | 
							
								  {{ range .Data.Pages }}
							 | 
						||
| 
								 | 
							
								    {{ .Render "summary"}}
							 | 
						||
| 
								 | 
							
								  {{ end }}
							 | 
						||
| 
								 | 
							
								</div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{{ partial "footer.html" . }}
							 |