{% extends '@App/partials/base.html.twig' %} {% block content %}
{% for block in presentation.projetBlocks %} {% include '@Projet/projet/presentation/block/' ~ block.type ~ '.html.twig' with { block: block } %} {% endfor %}

Paramètres

{# Option 1: background-image via CSS (défaut) #} {# Option 2: si tu préfères un , dé-commente : Aperçu #}

Formules

{% for formule in formules %} {% if not formule.personnalise %}
{% endif %} {% else %}
Aucune formule disponible.
{% endfor %}
{% endblock %}