{% load wagtailadmin_tags i18n %} {% comment "text/markdown" %} Variables accepted by this template: - `breadcrumbs_items` - breadcrumbs items to be rendered, in the format of [{"url": str, "label": str}] - `buttons` - buttons to be rendered beside the final breadcrumbs item - `side_panels` - list of side panels to be rendered - `history_url` - URL to the history view for the current object - `title` - title of the current page, to be displayed as a hidden h1 for screen readers - `search_url` - URL to the search view, should respond with a partial template for the results - `search_form` - form to be rendered for search - `filters` - filters to be rendered - `icon_name` - name of the icon to be used in the header When including this template, use the `only` parameter whenever possible to ensure that the above variables are indeed the only ones needed for this template to work. {% endcomment %} {# Z index 99 to ensure header is always above #}