{% extends "layout.html" %} {% import "macros/ui_base.html" as ui_base with context %} {% import "macros/content_blocks.html" as content_blocks with context %} {% block head %} {% endblock %} {% block body %} {{ ui_base.top_navbar() }}
{{ ui_base.motd() }} {{ content_blocks.liveChannels() }} {{ content_blocks.communityServers() }}
{{ ui_base.nsfwOverlay() }} {%- endblock %} {% block scripts %} {% endblock %} {% block foot %} {% endblock %}