{% extends 'base.html.twig' %} {% if post.dream %} {% set nightmare = 'nightmare' %} {% endif %} {% block stylesheets %} {% endblock %} {% block title %}{{ post.title }}{% endblock %} {% block body %}
{{ post.text }}
Comments
{% if is_granted('ROLE_USER') %}