{% include 'header.html.twig' %}
{% include 'menu.html.twig' %}
Thème: {{ theme.name }}
{{ theme.description }}
Sommaire:
{% for k in questions %}
{{ k.chaptername }}
{% for z in k.questions %}
{{ z }}
{% endfor %}
{% endfor %}
{% include 'footer.html.twig' %}