{% load branding i18n %} {% include "horizon/_custom_meta.html" %} {% block title %}{% endblock %} - {% site_branding %} {% comment %} Load CSS sheets before Javascript {% endcomment %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% include "horizon/_conf.html" %} {% include "horizon/client_side/_script_loader.html" %} {% include "horizon/_custom_head_js.html" %} {% block content %}
{% include "_header.html" %}
{% include "horizon/_messages.html" %} {% block sidebar %} {% include 'horizon/common/_sidebar.html' %} {% endblock %}
{% block page_header %} {% include "horizon/common/_page_header.html" with title=page_title %} {% endblock %} {% block main %}{% endblock %}
{% endblock %} {% block js %} {% include "horizon/_scripts.html" %} {% endblock %}