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