{% extends "base.html" %} {% block content %} {% if articles %}
{% for article in articles_page.object_list %} {# First item #} {% if loop.index <= 3 %} {% if loop.index == 3 %}

Other articles


    {% endif %}
  1. {% endif %} {% 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 %}