templates/home/blocks/title_subtitle.html.twig line 1

Open in your IDE?
  1. <section class="section-title-subtitle">
  2.     <div class="container bg-white p-5">
  3.         <h2 class="blue">{{ data.title }}</h2>
  4.         <p class="blue-dark col-md-6 p-0">{{ data.subtitle }}</p>
  5.     </div>
  6. </section>