{% extends "news/base_blog.html" %} {% block content %} {% for entry in object %} {% if not entry.is_draft %}

{{ entry.title }} / {{ entry.published_on|date:"F j, Y" }}

{{ entry.summary }}

{% endif %} {% endfor %} {% endblock %}