{% include 'head.html' %} {% if conf["TWITCH_CHANNEL"] %} {% endif %} {% include 'navbar.html' %} {% if "WALLPAPER_REEL" not in conf or not conf["WALLPAPER_REEL"] %}
{% if "SITE_WELLCOME_TITLE" in conf %}

{{ conf["SITE_WELLCOME_TITLE"] | safe }}

{% endif %} {% if "SITE_WELLCOME_SUBTITLE" in conf %}

{{ conf["SITE_WELLCOME_SUBTITLE"] | safe }}

{% endif %}
{% else %} {% endif %} {% 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' %}