{% extends 'base.html.twig' %} {% block title %}{{ post.title }}{% endblock %} {% block body %}
{% for postCategory in post.postCategories %} {{ postCategory.title }} {% endfor %}
{% if post.picture %}
{{ post.externalLinkLabel ?: "Lire la suite" }}
{% endif %}Publié le {{ post.publicationDate|date('d-m-Y') }} par {{ post.author.firstName }} {{ post.author.lastName }}