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

{{ section['title'] }}

{{ section["text"] }}

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