{% load static compress bread_tags %} {% with PLATFORMNAME|default:"bread" as PLATFORMNAME %} {{ pagetitle|default:PLATFORMNAME|striptags }} | {{ PLATFORMNAME|striptags }} {% block favicon %}{% endblock %} {% if OVERRIDE_STYLESHEET %} {% else %} {% compress css %} {% endcompress %} {% endif %} {% render_layout headerlayout %} {% if user.is_authenticated %} {% include "bread/components/side-nav.html" %} {% endif %}
{% display_messages messages %}
{% render_layout layout %}
{% compress js %} {% endcompress js %} {% endwith %}