templates/app/_inc/_elts.html.twig line 1

Open in your IDE?
  1. {% import 'app/_inc/macros.html.twig' as m %}
  2. <div id="ck">
  3.     <div class="ckc">
  4.         <picture>
  5.             <source srcset="{{ asset('img/ck-dragon.webp') }}" media="(min-width: 0px)"/>
  6.             <img loading="lazy" src="{{ asset('img/ck-dragon.webp') }}" alt="Lore français" width="99" height="104">
  7.         </picture>
  8.         <p>
  9.             <strong>{{"Intrepid explorer, a riddle for you :"|trans|raw}}</strong>
  10.             {{"would you accept our enchanted cookies to discover all the secrets of our site? These digital treats will guide you to an optimal experience!"|trans|raw}}
  11.             <a href="{{ path('cookies') }}" title="cookies">
  12.                 <span>{{ "To learn more, check out our cookie policy."|trans|raw }}</span>
  13.             </a>
  14.         </p>
  15.     </div>
  16.     <div class="ckb">
  17.         <button class="btn" title="{{'Accept'|trans}}" data-ck-close="yes">{{'Accept'|trans}}</button>
  18.         <button class="btn" title="{{'Decline'|trans}}" data-ck-close="no">{{'Decline'|trans}}</button>
  19. {#        <button class="btn" title="{{'Only necessary ones'|trans}}" data-ck-close="yes">{{'Only necessary ones'|trans}}</button>#}
  20.     </div>
  21. </div>
  22. <div data-push></div>