{% extends 'wagtailadmin/shared/headers/slim_header.html' %} {% load i18n wagtailadmin_tags wagtailflags_admin %} {% comment %} It doesn't seem possible to use the `wagtailadmin/shared/breadcrumbs.html` template for non-page-based breadcrumbs. This implementation borrows heavily from `wagtailsnippets/snippets/headers/_base_header.html`, where the same style breadcrumbs are also re-implemented. {% endcomment %} {% block header_content %} {% with breadcrumb_link_classes='w-flex w-items-center w-h-full w-text-primary w-no-underline w-outline-offset-inside hover:w-underline hover:w-text-primary w-h-full' breadcrumb_item_classes='w-h-full w-flex w-items-center w-overflow-hidden w-transition w-duration-300 w-whitespace-nowrap w-flex-shrink-0 w-font-bold w-text-14' icon_classes='w-w-4 w-h-4 w-ml-3' %}
{% endwith %} {% endblock %}