material_admin-8.x-1.0-alpha7/templates/navigation/page-title--breadcrumb.html.twig
templates/navigation/page-title--breadcrumb.html.twig
{#
/**
* @file
* Theme override for page titles in the breadcrumb. A placeholder is used to
* inject the page title into the breadcrumb array.
*
* Available variables:
* - title_attributes: HTML attributes for the page title element.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title: The page title, for use in the actual content.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*/
#}
<span class="breadcrumb__page-title current">{% if title %}{{ title }}{% endif %}</span>
