{% load static %} {% load helpers %} {% load plugins %} {% load ui_framework %} {% captureas title_block_content %} {% block title %}{% render_title %}{% endblock %} {% endcaptureas %} {{ title_block_content }}{% block document_title_extra %}{% endblock %} - {{ settings.BRANDING_TITLE }} {% include 'inc/media.html' %} {% block extra_styles %}{% endblock %} {% include 'inc/nav_menu.html' %}
{% block drawer %}{% endblock drawer %}
{% block content %}{% endblock content %}
{% if request.user.is_authenticated %} {% if "BANNER_BOTTOM"|settings_or_config %} {% endif %} {% endif %} {% include 'inc/footer.html' %} {% include 'inc/javascript.html' %} {% block javascript %}{% endblock %}