{% extends "base.html" %} {% block content %} {% for article in articles_page.object_list %} {{ article.title }} Published: {{ article.locale_date }} {{ article.summary }} Read More {% endfor %} {% include 'pagination.html' %} {% endblock content %}
{{ article.summary }}