templates/includes/top_page.html.twig line 1

Open in your IDE?
  1. <header>
  2.     <h1>{{ page_title|trans([], 'locale') }}</h1>
  3.     <p>{{ page_description|trans([], 'locale') }}</p>
  4. </header>