{% extends "base.html" %} {% block content %} {% block content_title %}{% endblock %} {% for article in articles %} {% if loop.index == 1 %} {% if loop.length > 1 %}

Others articles


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