{% include 'head.html' %} {{ conf["siteTitle"] }} {% include 'navbar.html' %}
{% include 'events.html' %}
{% if announcements %}
{% include 'announcements.html' %}
{% endif %} {% if conf["twitch-channel"] %}
{% endif %} {% for section in vereinSections %}

{{ section['title'] }}

{{ section["text"] }}

{% if section["moreInfoButtonText"] %} {{ section["moreInfoButtonText"] }} {% endif %}
{% endfor %} {% include 'footer.html' %}