{% extends 'base.html.twig' %} {% block title %}{{ parent() }} - {{article.title}}{% endblock %} {% block body %} Retour au blog {% if not workflow_has_marked_place(article, 'published') %}
{{ article.state | trans }}
{% endif %}

{{ 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 %}