{% load static %} {% load helpers %} {% load plugins %} {% block title %}Home{% endblock %} - {{ settings.BRANDING_TITLE }} {% include 'inc/media.html' %} {% block extra_styles %}{% endblock %} {% include 'inc/nav_menu.html' %}
{% if request.user.is_authenticated or not "HIDE_RESTRICTED_UI"|settings_or_config %} {% if "BANNER_TOP"|settings_or_config %} {% endif %} {% endif %} {% if settings.MAINTENANCE_MODE %} {% endif %} {% plugin_banners %} {% for message in messages %} {% endfor %} {% block header %}{% endblock header %} {% block content %}{% endblock content %}
{% if request.user.is_authenticated or not "HIDE_RESTRICTED_UI"|settings_or_config %} {% if "BANNER_BOTTOM"|settings_or_config %} {% endif %} {% endif %}
{% include 'modals/modal_theme.html' with name='theme'%} {% include 'inc/footer.html' %} {% include 'inc/javascript.html' %} {% block javascript %}{% endblock %}