{% extends "base.html" %} {% block content %} {% if articles %}
{% for article in articles_page.object_list %} {% if loop.index <= 3 %} {% if loop.index < 3 %} {% if loop.last %}
{% endif %} {% endif %} {% if loop.index == 3 %}
Other articles

    {% endif %}
  1. {% endif %} {% endfor %}
{% endif %} {% endblock content %}