{% if region is defined %} {% else %} {% set region = '' %} {% endif %} {% extends "::layout"~region~".html.twig" %} {% block subHeader %} {% endblock %} {% block container %}
{% if tab =='produits' %} {% endif %}
{% block content %} {% endblock %}
{% endblock %}