6.11 Page title View in a new window

The h1.

Twig: components/page-title/page-title.twig

Example

Events

Markup
<div class="page-title {{ modifier_class }}">
  <h1{{ title_attributes }}>{% if title_prefix %}<span class="page-title__prefix">{{ title_prefix }}</span> {% endif %}{{ title }}</h1>
  {% block component %}{% endblock %}
</div>