@ -1,4 +1,3 @@
```
{% load blog_tags %} {# 加载博客自定义标签 #}
<li class="comment even thread-even depth-{{ depth }} parent" id="comment-{{ comment_item.pk }}"> {# 评论列表项,包含深度和ID #}
<div id="div-comment-{{ comment_item.pk }}" class="comment-body"> {# 评论主体容器 #}