Comments
{% for comment in comments %}
{{ comment.author }}
{{ comment.text | safe }}
{{ comment.date }}
{% endfor %}
{{ comment.text | safe }}
{{ comment.date }}