+ {% if page_type and tag_name %} +
+ +

{{ page_type }}:{{ tag_name }}

+
+ {% endif %} + + {# 循环遍历文章列表(article_list),逐个渲染文章内容 #} + {% for article in article_list %} + {% load_article_detail article True user %} + {% endfor %} + + {# 条件判断:如果文章列表支持分页(is_paginated为True),则渲染分页控件 #} + {% if is_paginated %} + {% load_pagination_info page_obj page_type tag_name %} + + {% endif %} +