{% extends "base_news.html" %} {% block subtitle %}{{ object.headline|striptags }} - {% endblock %} {% block content %}

{{ object.pub_date|date:"F j, Y" }}

{{ object.headline|safe }}

{% if object.subhead %}

{{ object.subhead|safe }}

{% endif %} {{ object.summary|safe }} {{ object.body|safe }}
{% endblock %}