Comments

{% for comment in post.comments %}

{{ comment.name }}

{{ comment.comment }}

{% else %}

No comments have been posted

{% endfor %}

Add a comment

{{ comment_form.post }}
{{ comment_form.name.label }}
{{ comment_form.name }}
{{ comment_form.comment.label }}
{{ comment_form.comment }}