{% include 'head.html' %}
{% include 'navbar.html' %}
{% include 'events.html' %}
{% if announcements %}
{% include 'announcements.html' %}
{% endif %} {% if conf["twitch-channel"] %}
Laden externe Inhalte von Twitch.tv zulassen
{% endif %} {% for section in sections %}
{{ section['title'] }}
{{ section["text"] }}
{% if section["moreInfoButtonText"] %}
{{ section["moreInfoButtonText"] }}
{% endif %}
{% endfor %} {% include 'footer.html' %}