templates/pages/contact/_hero.html.twig line 1

Open in your IDE?
  1. <section class="pg_contact_hero">
  2.   <div class="pg_contact_hero_text-area">
  3.     {% include "components/common/_content-title.html.twig" with {
  4.     title:'CONTACT',
  5.     japan :'お問合わせ',
  6.     class:'c-content-title',
  7.     }%}
  8.   </div>
  9. </section>