{% extends 'base.html' %} {% block content %} {% set index=True %}
{% if articles %} {% for article in articles_page.object_list %}
{% include '_includes/article.html' %}
{% endfor %} {% include '_includes/pagination.html' %} {% endif %}
{% endblock %}