{# templates/post/show.html.twig #} {% extends 'base.html.twig' %} {% block title %}Post - {{ post.title }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{{ post.text }}
Commentaires:
{% for commentary in post.commentaries %}