{% extends "wagtailadmin/base.html" %} {% block titletag %}{{ page_title }} {{ page_subtitle }}{% endblock %} {% block content %} {% block header %} {% block slim_header %} {% if breadcrumbs_items %} {% include "wagtailadmin/shared/headers/slim_header.html" %} {% endif %} {% endblock %} {% block main_header %} {% include "wagtailadmin/shared/header.html" with title=page_title subtitle=page_subtitle icon=header_icon only %} {% endblock %} {% endblock %}