{% load branding i18n %} {% block title %}{% endblock %} - {% site_branding %} {% include "horizon/_conf.html" %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% include "horizon/client_side/_script_loader.html" %} {% block content %}
{% block sidebar %} {% include 'horizon/common/_sidebar.html' %} {% endblock %}
{% include "_header.html" %} {% block page_header %}{% endblock %}
{% include "horizon/_messages.html" %} {% block main %}{% endblock %}
{% endblock %} {% block js %} {% include "horizon/_scripts.html" %} {% endblock %}