{% extends "base.html" %} {% block content %} {% if articles %}
{% block indexpage %} {% for page in pages %} {% if page.title == 'ii-gallery' %} {% endif %} {% if page.title == 'i-introduction' %}
{{ page.content }}
{% endif %} {% if page.title == 'iii-agenda' %}

Wtt�F events

{{ page.content }}
{% endif %} {% endfor %} {% endblock indexpage %}

Wtt�F posts

{% for article in articles_page.object_list %} {% if loop.index <= 25 %}

{{ article.title }}

about published on
{% if loop.index < 25 %} {% if loop.last %}
{% endif %} {% endif %} {# other items #} {% else %} {% if loop.first %}
    {% endif %}
  1. {% endif %}
{% endfor %}
{% endif %} {% endblock content %}