{% extends "base.html" %} {% block navclass %}active{%endblock%} {% block content %}
{% block content_title %} {% endblock %} {% for article in articles_page.object_list %}

{{ article.title }}

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