{% extends "base.html" %} {% block content %} {% if articles %}
{% for page in pages %} {% if page.title == 'agenda' %}
{{ page.content }}
{% endif %} {% endfor %} {% for article in articles_page.object_list %} {% if loop.index <= 5 %} {% if loop.index < 5 %} {% if loop.last %}
{% endif %} {% endif %} {% if loop.index == 5 %}
Other articles
    {% endif %}
  1. {% endif %}
{% endfor %}
{% endif %} {% endblock content %}