{% load blog_tags %} {% load comments_tags %} {% load cache %} {% if article_comments %} {% cache 36000 article_comments article.id %}
    {% query article_comments parent_comment=None as parent_comments %} {% for comment_item in parent_comments %} {% with 0 as depth %} {% include "comments/tags/comment_item_tree.html" %} {% endwith %} {% endfor %}
{% endcache %} {% endif %}