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
- {% block title_prefix %}{% endblock %}
- <{{ html_tag|default('h2') }}{{ attributes.addClass('umami-title') }}>
- {{ label }}
- </{{ html_tag|default('h2') }}>
- {% block title_suffix %}{% endblock %}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.