templates/pages/index/_contact.html.twig line 1

Open in your IDE?
  1. <section class="pg_index_contact">
  2.   <div class="pg_index_contact_inner">
  3.     {% include "components/common/_content-title.html.twig" with {
  4.     title:'CONTACT',
  5.     japan :'お問合わせ',
  6.     class:'c-content-title',
  7.     }%}
  8.     <div class="pg_index_contact_button">
  9.       {% include "components/common/_button.html.twig" with {
  10.       text: 'お問合わせはこちら',
  11.       src: 'build/images/common/arrow_red.svg',
  12.       href: path('contact_index'),
  13.       width: '8',
  14.       height: '12',
  15.       class: 'c-white-button',
  16.       }%}
  17.     </div>
  18.   </div>
  19. </section>