Files @ d5f461d87963
Branch filter:

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

brett
news: Refactor press release rendering into a partial.

Same rationale as a few commits ago for blog entries.
{% 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 %}