{% for comment in curitem['comments'] %}
{% set curcomment=comment %} {% include 'guide-comment.html' %} {% for reply in comment['replies'] %}
{% set curcomment=reply %} {% include 'guide-comment.html' %}
{% endfor %}
{% if loop.index == 3%}
{% endif %} {% endfor %}