{% extends "../public/defaultTemp.html" %} {% block content %}
{% if pageType == 'search' %}

搜索:{{targetSearchKey}}

{% elif pageType == 'tag' %}

标签:{{targetTagName}}

{% else %}

{{cateInfo.name}}

{% endif %}
{% include "../public/itemListTemp.html" %}
{% include "../public/cateList.html" %} {% include "../public/hotNewsList.html" %} {% include "../public/reCommendList.html" %}
{% endblock %}