{% if post.contenu %}

{{ post.contenu|nl2br }}

{% endif %} {% if post.oembedUrl %} {% endif %} {% if post.postMedia is defined and post.postMedia|length > 0 %} {% include '@Wall/portail/components/post/_media_gallery.html.twig' with { medias: post.postMedia } %} {% endif %}