templates/Default/homepage/homepage_whatis.html.twig line 1

Open in your IDE?
  1. <section class="homepage whatisit">
  2.     <div class="container">
  3.         <h1>{{ 'homepage.intro.title' | trans }}</h1>
  4.         <p>{{ 'homepage.intro.desc'|trans|raw }}</p>
  5.     </div>
  6. </section>