{% load i18n wagtailadmin_tags %} {% comment "text/markdown" %} The breadcrumb component is reused across all of Wagtail’s headers when the page tree context is needed. Variables this template accepts: `pages` - A list of wagtail page objects `trailing_breadcrumb_title` (string?) - use this for a non linkable last breadcrumb `classname` - Modifier classes {% endcomment %} {% with breadcrumb_link_classes='w-flex w-items-center w-h-full w-text-primary w-pr-0.5 w-text-14 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' icon_classes='w-w-4 w-h-4 w-ml-3' %} {# Breadcrumbs are visible on mobile by default but hidden on desktop #}
{% endwith %}