{% extends 'base.html.twig' %} {% block title %}Questions posées{% endblock %} {% block body %}

Filtrer par mot-clé : {% for tag in tags %} {% include 'question/_tags.html.twig' %} {% endfor %}

Questions posées

{% for question in questions %}
{% include 'question/_detail.html.twig' %} {% endfor %} {% endblock %}