Files @ 82ec041646c4
Branch filter:

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

brett
projects: Add Harvey.
{% 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&hellip;</a></span></p>

{% endblock %}