| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | {% extends "base_blog.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-03-04 14:46:35 -08:00
										 |  |  | {% block subtitle %}Conservancy Blog Archive: {{ year|date:"Y" }} - {% endblock %} | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-03-04 14:46:35 -08:00
										 |  |  | <h2>Conservancy Blog Archive: {{ year|date:"Y" }}</h2> | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-30 18:06:20 -05:00
										 |  |  | {% for entry in object_list %} | 
					
						
							|  |  |  |   {% include "blog/entry_partial.html" with entry=entry show="dateline" only %} | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | {% endfor %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |