{% load branding i18n %} {% load context_selection %} {% load breadcrumb_nav %} {% block custom_analytics %} {% endblock %} {% block custom_metadata %} {% include "horizon/_custom_meta.html" %} {% endblock %} {% block title %}{% endblock %} - {% site_branding %} {% comment %} Load CSS sheets before Javascript {% endcomment %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% iframe_embed_settings %} {% include "horizon/_conf.html" %} {% include "horizon/client_side/_script_loader.html" %} {% block custom_head_js %} {% include "horizon/_custom_head_js.html" %} {% endblock %} {% block ng_route_base %} {% endblock %} {% block content %}
{% include "header/_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 %}