| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  | {{ partial "top.html" . }} | 
					
						
							| 
									
										
										
										
											2016-02-04 22:20:36 +00:00
										 |  |  | {{ $paginator := .Paginate (where .Data.Pages "Type" "blog") }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  | <div class="articles-list"> | 
					
						
							| 
									
										
										
										
											2016-02-04 22:20:36 +00:00
										 |  |  |     {{ range $paginator.Pages }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |     <article> | 
					
						
							| 
									
										
										
										
											2016-02-07 12:24:39 +00:00
										 |  |  |         <h3><a href="{{ .Permalink }}">{{ .Title }}</a> - {{ dateFormat "2006-01-02 15:04:05" .Date }}</h3> | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |         {{ .Summary }} | 
					
						
							|  |  |  |     </article> | 
					
						
							|  |  |  |     {{ end }} | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2016-02-04 22:20:36 +00:00
										 |  |  | {{ template "_internal/pagination.html" . }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  | {{ partial "bottom.html" . }} |