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