eleven-8.x-1.0-beta5/eleven/templates/component/navigation/breadcrumb/_block--system-breadcrumb-block.html.twig
eleven/templates/component/navigation/breadcrumb/_block--system-breadcrumb-block.html.twig
{%
set classes = [
]
%}
<div{{ attributes.addClass(classes).removeAttribute('id') }}>
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes.addClass('block-title') }}>{{ label }}</h2>
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}
</div>
