{% extends 'Frontend/layout.html.twig' %}
{% block seo %}
{% if oneSection is defined and oneSection is not empty %}
{{ include('Frontend/common/seoTags.html.twig') }}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block content %}
<!-- SECTION LEGAL - POLÍTICA DE COOKIES-->
<section id="legal">
<div id="section-header">
<figure>
</figure>
<div class="grid-container">
<header>
<h1>Política de cookies</h1>
</header>
</div>
</div>
<article>
<div class="row">
<script id="CookieDeclaration" src=https://consent.cookiebot.com/83c909bc-5084-438c-bbdd-84a5ae8e90e3/cd.js type="text/javascript" async></script>
</div>
</article>
</section>
{% endblock %}