Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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 %}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal