{% extends '@ChillMain/layout.html.twig' %} {% block title %}Page de test{% endblock %} {% block css%} {% endblock %} {% block js%} {% endblock %} {% block content %} {% for key,tabsPanel in tabs %}
{% for tab in tabsPanel %}
{% if tab.content is defined %}

{{ tab.content }}

{% endif %}
{% endfor %}
{% endfor %} {% endblock %}