{% extends "base.html" %} {% block content %} {% if articles %}
{% block indexpage %} {% for page in pages %} {% if page.title == 'Federated Ecosystems' %}
{{ page.summary }} → read more
{% endif %} {% if page.title == 'Gallery' %} {% endif %} {% endfor %} {% endblock indexpage %}

Wtt�F posts

{% for article in articles_page.object_list %} {% if article.category != 'gathering' %}

{{ article.title }}

about published on
{% endif %} {% endfor %} {% for page in pages %} {% if page.title == 'iii-agenda' %}

Wtt�F gatherings

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