{# /** * @file * Theme override for a breadcrumb trail. * * Available variables: * - breadcrumb: Breadcrumb trail items. */ #} {{ attach_library('byte_theme/breadcrumb') }} {% if breadcrumb %} {% set needs_truncation = (breadcrumb|length) > 3 %} {% set item_classes = 'flex items-center text-sm md:text-md' %} {% endif %}