{% extends "./base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %}

{{ page.title }}

{% for block in page.contenu4 %} {% include_block block %} {% if not forloop.last %}
{% endif %} {% endfor %} {% endblock %}