{% categoryDetail with name="Title" %}
{% archiveList articles with type="page" limit="10" %}
{% include "partial/pagination.html" %}
-
{% for item in articles %}
-
{{item.Title}}
{{item.Description}}{% if item.Thumb %}{% endif %}
{% empty %}
- 该列表没有任何内容 {% endfor %}
{% categoryList categories with moduleId=1 parentId=0 %}
-
{% for item in categories %}
-
{{item.Title}}
{% endfor %}
为您推荐
-
{% archiveList popularArticles with type="list" order="views asc" limit="8" %}
-
{{item.Title}}
{% empty %}
- 无为您推荐 {% endfor %}
-
{% for item in popularArticles %}