{% extends "base_site.html" %} {% block title %}{{ section.title }}{% endblock %} {% block content %} {% for article in object_list %}

{{ article.headline|upper }}

{{ article.body|truncatewords:50 }}
more

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

{{ article.byline }}


{% endfor %} {% endblock %}