{% 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 %}
      1. {{ z }}
      2. {% endfor %}

    {% endfor %}
{% include 'footer.html.twig' %}