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

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