{% extends 'wagtailadmin/shared/headers/slim_header.html' %} {% load wagtailadmin_tags i18n %} {# TODO: Replace this with wagtailadmin/shared/breadcrumbs.html once it's possible #} {% block header_content %} {% with breadcrumb_link_classes='w-flex w-items-center w-h-full w-text-text-label w-no-underline w-outline-offset-inside hover:w-underline hover:w-text-text-label 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' %} {# Breadcrumbs are visible on mobile by default but hidden on desktop #}
{% endwith %} {% endblock %}