Comments

{% from "_comment.html" import render_comment with context %} {% for item in comments %} {{ render_comment(item, 0) }} {% else %}

No comments yet. Start the discussion.

{% endfor %} {% set _comment_target_uid = target_uid %}{% set _comment_target_type = target_type %}{% include "_comment_form.html" %}