
| Current Path : /var/www/html/atstandard_001/templates/content/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard_001/templates/content/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.
*/
#}
{% if title %}
<span class="breadcrumb__page-title">{{ title }}</span>
{% endif %}