templates/pages/brand/curry/_hero.html.twig line 1

Open in your IDE?
  1. <section class="pg_curry_hero">
  2.   <div class="pg_curry_hero_text-area">
  3.     {% include "components/common/_brand-hero-title.html.twig" with {
  4.     title:'ふじきっちんカレー',
  5.     text: '昭和29年創業、知る人ぞ知る名店のレシピを忠実に再現した、炙りレッグチキンの濃厚バターチキンカレーがたべれるのは、ここだけ!懐かし洋食屋の欧風カレーをいざ召し上がれ。',
  6.     }%}
  7.   </div>
  8. </section>