{% comment %} List of block elements in this page: page_title navbar_title navbar_content sidebar sidebar_content body body_content scripts global_scripts page_scripts {% endcomment %} {% block page_title %}{% endblock %} {# Navbar code #}
{# Sidebar code #} {# Note that the sidebar is its own block, so we can remove it if need be. #} {% block sidebar %}
{% endblock %} {% block body %}
{% block body_content %}{% endblock %}
{% endblock %}
{# General scripts #} {% block scripts %} {% block global_scripts %} {% endblock %} {% endblock %}{# endblock scripts #}