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