{% if not comment_list %}
Start a new discussion.
{% endif %}
{% for comment in comment_list %} {% include "templates/includes/comment.html" %} {% endfor %}