| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | {% extends "base_blog.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 11:17:33 -05:00
										 |  |  | {% block head %} | 
					
						
							|  |  |  | {% include "opengraph_partial.html" with url=object.get_absolute_url title=object.headline description=object.get_description %} | 
					
						
							| 
									
										
										
										
											2018-09-21 10:57:14 -04:00
										 |  |  | {% include "opengraph_urllist_partial.html" with property='image' urls=object.get_one_image_url fallback='/img/conservancy-logo.png' %} | 
					
						
							|  |  |  | {% include "opengraph_urllist_partial.html" with property='video' urls=object.get_one_video_url %} | 
					
						
							| 
									
										
										
										
											2017-11-07 11:17:33 -05:00
										 |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-17 21:55:47 +11:00
										 |  |  | {% block subtitle %}{{ object.headline|striptags }} - Conservancy Blog - {% endblock %} | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2021-10-19 00:50:30 +11:00
										 |  |  | <div class="breadcrumbs"> | 
					
						
							| 
									
										
										
										
											2021-10-19 00:56:24 +11:00
										 |  |  |   <p><a href="/">Home</a> / <a href="/news/">News</a> / <a href="/blog/">Blog</a></p> | 
					
						
							| 
									
										
										
										
											2021-10-19 00:50:30 +11:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-30 18:06:20 -05:00
										 |  |  | {% include "blog/entry_partial.html" with entry=object htag="h2" only %} | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-30 18:06:20 -05:00
										 |  |  | <p class="blog-comments">Please email any comments on this entry to | 
					
						
							|  |  |  |   <a href="mailto:info@sfconservancy.org">info@sfconservancy.org</a>.</p> | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-04 12:25:53 -04:00
										 |  |  | <p><span class="continued"><a href="/blog/">Other Conservancy Blog entries…</a></span></p> | 
					
						
							| 
									
										
										
										
											2010-10-04 09:52:04 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |