| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | {% extends "base_blog.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block subtitle %}Conservancy Blog Archive: {{ day|date:"F j, Y" }} - {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <h2>Conservancy Blog Archive: {{ day|date:"F j, Y" }}</h2> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-30 18:06:20 -05:00
										 |  |  | {% for entry in object_list %} | 
					
						
							|  |  |  |   {% include "blog/entry_partial.html" with entry=entry show="summary+tags" only %} | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | {% endfor %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |