title.twig

Same filename and directory in other branches
  1. 11.x core/profiles/demo_umami/themes/umami/components/title/title.twig
  2. 11.x core/modules/navigation/components/title/title.twig
{% block title_prefix %}{% endblock %}
<{{ html_tag|default('h2') }}{{ attributes.addClass('umami-title') }}>
  {{ label }}
</{{ html_tag|default('h2') }}>
{% block title_suffix %}{% endblock %}

File

core/profiles/demo_umami/themes/umami/components/title/title.twig

View source
  1. {% block title_prefix %}{% endblock %}
  2. <{{ html_tag|default('h2') }}{{ attributes.addClass('umami-title') }}>
  3. {{ label }}
  4. </{{ html_tag|default('h2') }}>
  5. {% block title_suffix %}{% endblock %}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.