templates/components/header/header-title-subtitle.html.twig line 1

Open in your IDE?
  1. {% if computed.headerTitleSubtitle is not null %}
  2.     <div class="header-title-subtitle">
  3.         <h2 class="title">{{ computed.headerTitleSubtitle.title }}</h2>
  4.         <div class="subtitle">
  5.             {{ computed.headerTitleSubtitle.subtitle }}
  6.         </div>
  7.     </div>
  8. {% endif %}