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

{{ article.title}}{{ article.publicationDate | date('d-m-Y')}} {{ article.author }}

{{ article.content | markdown }}
Retour au blog {% if is_granted('edit', article) %} Modifier cet article {% endif %} {% endblock %}