{% load navigation_tags static wagtailuserbar %} {% block head %} {% include "includes/head.html" %} {% endblock head %}
{% wagtailuserbar %} {% block header %} {% include "includes/header.html" with parent=site_root calling_page=self %} {# Header contains the main_navigation block #} {% endblock header %} {% block head-extra %} {% endblock head-extra %} {% block messages %} {% include "includes/messages.html" %} {% endblock messages %} {% block breadcrumbs %} {% breadcrumbs %} {# breadcrumbs is defined in base/templatetags/navigation_tags.py #} {% endblock breadcrumbs %}