{% extends "base.html" %} {% block content_title %}{% endblock %} {% block content %}
{% if articles %} {% for article in articles_page.object_list %} {% if loop.first %}
    {% endif %}
  1. {% if loop.last %} {% if loop.length > 1 or articles_page.has_other_pages() %}
{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endif %} {% endif %} {% endfor %} {% endif %}
{% endblock content %}