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