14 lines
		
	
	
	
		
			478 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			478 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base_blog.html" %}
 | 
						|
 | 
						|
{% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
 | 
						|
{% include "blog/entry_partial.html" with entry=object htag="h2" only %}
 | 
						|
 | 
						|
<p class="blog-comments">Please email any comments on this entry to
 | 
						|
  <a href="mailto:info@sfconservancy.org">info@sfconservancy.org</a>.</p>
 | 
						|
 | 
						|
<p><span class="continued"><a href="/blog/">Other Conservancy Blog entries…</a></span></p>
 | 
						|
 | 
						|
{% endblock %}
 |