templates/widget/heading-article/default.html.twig line 1

Open in your IDE?
  1. <section class="page__text-widget">
  2.     <div class="about-page-heading content">
  3.         <h1>{{ title|default|raw }}</h1>
  4.     </div>
  5. </section>