{% 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 %} {{ article.title }} {{ article.summary }} read more {% endif %} {% endfor %} {% endblock content %}