{% extends "base.html" %} {% block content %} {% for article in articles %} {% if loop.index == 1 %}
    {% else %}
  1. {% endif %} {% endfor %}
{% endblock content %}