{% extends "base.html.twig" %} {% block styleSheets %} {{ parent() }} {% endblock %} {% block title %}{{ question.title }}{% endblock %} {% block body %}
{{ question.content }}
{% if question.comments is not empty %} {% endif %} {% for comment in question.comments %}