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