{{ post.title }}

{{ post.author }}

{{ post.content }}

Comments

{# Form add comment #}
{% if error %}
Fill in all fields
{% endif %}

{# End Form add comment #} {# All comment #} {% for comment in comments %}

{{ comment.name }}

{{ comment.body }}


{% endfor %} {# End All comment #}