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