{% extends 'base.html.twig' %} {% block title%}{{article.title}}{% endblock %} {% block body %}

{{article.title}}

{% if article.imgName %}
Image décoration avion Image de l'article Image décoration étoile et formes
{% endif %}

Écrit le : {{ article.CreatedAt|format_datetime('long', 'none', locale:'fr') }} {% if article.UpdatedAt|date == article.CreatedAt|date %} - Mis à jour le : {{ article.UpdatedAt|format_datetime('long', 'none', locale:'fr') }} {% endif %}

Par : {{article.author}}

{{ article.text|raw }}
{% endblock %}