{% extends '@App/partials/base.html.twig' %} {% block content %}
Voir la présentation
{% set pageStyle = { bgColor: '#ffffff', bgImageUrl: '' } %} {% for b in presentation.projetBlocks %} {% if b.type == 'page_style' %} {% set pageStyle = b.data %} {% endif %} {% endfor %} {% for block in presentation.projetBlocks %} {% if block.type != 'page_style' %} {% include '@Projet/projet/presentation/block/' ~ block.type ~ '.html.twig' with { block: block } %} {% endif %} {% endfor %}

Entête

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

Fond de page

Formules

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