{{ article.title}}
{{ article.publicationDate | format_date('long')}} - {{ article.author }}
{% for tag in article.tags %} {{ tag }} {% if not loop.last %} {% endif %} {% endfor %}
{% extends 'base.html.twig' %} {% block title %}{{ parent() }} - {{article.title}}{% endblock %} {% block body %} Retour au blog {% if not workflow_has_marked_place(article, 'published') %}
{{ article.publicationDate | format_date('long')}} - {{ article.author }}
{% for tag in article.tags %} {{ tag }} {% if not loop.last %} {% endif %} {% endfor %}