{% extends "base.html.twig" %} {% block body %} {% if is_preview %}
⚠ Mode prévisualisation — cette page n'est pas publiée Retour à l'admin
{% endif %}
{% for block in blocks %}
{% include "blocks/" ~ block.block_type ~ ".html.twig" ignore missing with { block: block } %}
{% else %}

Cette page est vide.

{% endfor %}
{% endblock %}