{% extends '_base.html' %} {% block content %} {% for article in articles_page.object_list %}
{{ article.locale_date }}

{{ article.title }} {{ article.category }} {# 3 comments #}

{{ article.summary }} Read more
{% endfor %}
{% include '_pagination.html' %} {% endblock %}