templates/front/theme1/partials/header/elements/_panier.html.twig line 1

Open in your IDE?
  1. {% if actifpanier and parametreProduits() and parametreProduits().actifpanier %}
  2.     {{ render(controller('App\\Controller\\Front\\CartController::index')) }}
  3. {% endif %}