{% extends "base.html" %} {% block content %} {% for article in articles %} {% include "article_content.html" %} {% if loop.index != articles|count %}
{% endif %} {% endfor %} {% endblock %}