{% load staticfiles %} {% load compress %} {{OPAL_BRAND_NAME}} {% compress css %} {% endcompress %} {% if OPAL_EXTRA_APPLICATION %}{% include OPAL_EXTRA_APPLICATION %}{% endif %} {% block navbar %}{% include 'navbar.html' %}{% endblock %}
{% block content %}{% endblock %}