{% if page_type and tag_name %}

{{ page_type }}:{{ tag_name }}

{% endif %} {% for article in article_list %} {% load_article_detail article True user %} {% endfor %} {% if is_paginated %} {% load_pagination_info page_obj page_type tag_name %} {% endif %}