{% extends "base.html" %} {% block content %} {% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %}
{{ article.date.strftime('%b %d, %Y') }}

{{ article.title }}

{{ article.excerpt }}

{% endfor %} {%endif%} {% if articles_page and articles_paginator.num_pages > 1 %} {% endif %} {% endblock %}