{% extends "base.html" %} {% load wagtailcore_tags %} {% block title %} {% if index_page %}{{ index_page.title }} : {% endif %}{{ block.super }} {% endblock %} {% block content %}

{% if index_page %}{{ index_page.title }} : {% endif %}{{ page.title }}

{% if page.body %} {% include_block page.body %} {% else %}
Il n'y a aucune question pour le moment.
{% endif %}
{% endblock %}