{% block title_outer %}
{% block title %}
{{ request.site.name }}
{% endblock title %}
{% endblock title_outer %}
{% block meta %}
{% block viewport_meta %}
{% endblock viewport_meta %}
{% endblock meta %}
{% block extra_meta %}
{% endblock extra_meta %}
{% block favicon %}
{% endblock favicon %}
{% block global_stylesheets %}
{% include 'adminlte2/partials/_styles.html' %}
{% endblock global_stylesheets %}
{# Conflicts is here because must override all previous library css. #}
{% block page_stylesheets %}
{% endblock page_stylesheets %}
{% block global_javascript_head %}
{% include 'adminlte2/partials/_scripts.html' %}
{% endblock global_javascript_head %}
{# Conflicts is here because must override all previous library js. #}
{% block page_javascript_head %}
{% endblock page_javascript_head %}
{% block sidebar_state %}
{# NOTE: Must be here so that it can be executed as soon as the body tag is rendered. #}
{% endblock sidebar_state %}
{% block body %}