templates/Frontend/legal/cookies.html.twig line 1

Open in your IDE?
  1. {% extends 'Frontend/layout.html.twig' %}
  2. {% block seo %}
  3.     {% if oneSection is defined and oneSection is not empty %}
  4.         {{ include('Frontend/common/seoTags.html.twig') }}
  5.     {% else %}
  6.         {{ parent() }}
  7.     {% endif %}
  8. {% endblock %}
  9. {% block content %}
  10. <!-- SECTION LEGAL - POLÍTICA DE COOKIES-->
  11. <section id="legal">
  12.   <div id="section-header">
  13.      <figure>
  14.      </figure>
  15.      <div class="grid-container">
  16.       <header>
  17.         <h1>Política de cookies</h1>
  18.       </header>
  19.     </div>
  20.   </div>
  21.   <article>
  22.     <div class="row">
  23.       <script id="CookieDeclaration" src=https://consent.cookiebot.com/83c909bc-5084-438c-bbdd-84a5ae8e90e3/cd.js type="text/javascript" async></script>
  24.     </div>
  25.   </article>
  26. </section>
  27. {% endblock %}