File diff 93e98d38a4f7 → c858e825c0f2
www/conservancy/templates/news/pressrelease_detail.html
Show inline comments
 
new file 100644
 
{% extends "base_news.html" %}
 

	
 
{% block subtitle %}{{ object.headline|striptags }} - {% endblock %}
 

	
 
{% block content %}
 

	
 
<p class="date">{{ object.pub_date|date:"F j, Y" }}</p>
 
<h2>{{ object.headline|safe }}</h2>
 
{% if object.subhead %}
 
<h3>{{ object.subhead|safe }}</h3>
 
{% endif %}
 

	
 
{{ object.summary|safe }}
 

	
 
{{ object.body|safe }}
 

	
 
{% endblock %}