{% for projet in sections %}
{% if projet.texteTrio1 and projet.texteTrio2 and projet.texteTrio3 %}

{{ projet.texteTrio1|raw }}

{{ projet.texteTrio2|raw }}

{{ projet.texteTrio3|raw }}

{% endif %} {% if projet.fullCover and projet.fullEmbed is empty%}
{% endif %} {% if projet.fullEmbed and projet.fullCover is empty%}
{{ projet.fullEmbed|raw }}
{% endif %} {% if projet.texte and projet.imageLeft and projet.imageRight is empty %}
{% if projet.titre %}

{{ projet.titre|raw }}

{% endif %}

{{ projet.texte|raw }}

{% endif %} {% if projet.texte and projet.imageRight and projet.imageLeft is empty %}
{% if projet.titre %}

{{ projet.titre|raw }}

{% endif %}

{{ projet.texte|raw }}

{% endif %}
{% endfor %}