templates/front/legal/cookies_policy.html.twig line 1

Open in your IDE?
  1. {% extends "front/legal/legal.html.twig" %}
  2. {% block linkcanonical %}
  3.     <link rel="canonical" href="{{ absolute_url(path('cookies_policy')) }}">
  4. {% endblock %}