{% extends "base.html" %} {% block content %} {% for article in articles_page.object_list %}

{{ article.date|strftime('%j') }}

{{ article.date|strftime('%Y') }}

{{ article.category }}

{{ article.title }} {{ article.summary }} more ...
{% endfor %} {% include 'pagination.html' %} {% endblock content %}