{% 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 messages %} {% include "includes/messages.html" %} {% endblock messages %}