templates/partials/vaucher.html.twig line 1

Open in your IDE?
  1. <section class="vaucher-wrapper" id="_vaucher">
  2.     <div class="section-header">
  3.         <div class="container">
  4.             <div class="col-sm-2">
  5.                 <img src="/images/pngwing.com.png">
  6.             </div>
  7.             <div class="col-sm-10">
  8.                 <h2 class="title"><span>{{ 'Discount'|trans }}!</span></h2>
  9.                 <h4>
  10.                     {{ 'vaucher_description'|trans|raw }}
  11.                 </h4>
  12.                 <p>
  13.                     {{ 'vaucher_description_rules'|trans }}
  14.                 </p>
  15.             </div>
  16.         </div>
  17.     </div>
  18. </section>