templates/website/workshop/workshop_card_template.html.twig line 1

Open in your IDE?
  1. <script id="workshop_card_template" type="text/template">
  2. <div class="col-12 col-lg-12 col-xl-4">
  3.     <div data-w-color="%cat_color%" class="workcard">
  4.         <section class="workcard__header">
  5.             <img class="BORDER_color_change" src="/assets/images/%cont_image%" alt="Photo de profil">
  6.             <ul>
  7.                 <li><h2 class="TEXT_color_change">%name%</h2></li>
  8.                 <li>%contributors%</li>
  9.             </ul>
  10.             <h3 class="BG_color_change workcard__header__tag">%cat_name%</h3>
  11.         </section>
  12.         <section class="workcard__activity BORDER_color_change">
  13.             <h3 class="TEXT_color_change">%name% ?</h3>
  14.             <p>%info%</p>
  15.         </section>
  16.         <section class="workcard__content">
  17.             <h3 class="TEXT_color_change">ActivitĂ©s des scĂ©ances :</h3>
  18.             <p>%activity%</p>
  19.         </section>
  20.         <section class="workcard__info BG_color_change">
  21.             <h3>Lieux, Jours & Heures</h3>
  22.             <p>%place% <br> %day% <br> %hours% </p>
  23.         </section>
  24.     </div>
  25. </div>
  26. </script>