website/www/conservancy/templates/blog/entry_detail.html

15 lines
478 B
HTML
Raw Normal View History

2010-10-04 13:52:04 +00:00
{% extends "base_blog.html" %}
{% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %}
2010-10-04 13:52:04 +00:00
{% block content %}
{% include "blog/entry_partial.html" with entry=object htag="h2" only %}
2010-10-04 13:52:04 +00: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 13:52:04 +00:00
2010-10-04 16:25:53 +00:00
<p><span class="continued"><a href="/blog/">Other Conservancy Blog entries&hellip;</a></span></p>
2010-10-04 13:52:04 +00:00
{% endblock %}