{% include 'head.html' %}
{% include 'navbar.html' %}
{% if "SITE_WELLCOME_TITLE" in conf %}
{{ conf["SITE_WELLCOME_TITLE"] }}
{% endif %} {% if "SITE_WELLCOME_SUBTITLE" in conf %}
{{ conf["SITE_WELLCOME_SUBTITLE"] }}
{% endif %}
{% include 'events.html' %} {% if mainLinks %}
{% for card in mainLinks %}
{% endfor %}
{% endif %} {% 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' %}