{% extends 'base.html' %} {% block container %}
{% archiveList articles with type="page" limit="10" %} {% endarchiveList %}
{% include "partial/pagination.html" %}
{% include "partial/author.html" %}
文章分类
{% categoryList articleCategories with moduleId="1" parentId="0" limit="2" %} {% endcategoryList %}
产品分类
{% categoryList productCategories with moduleId="2" parentId="0" %} {% endcategoryList %}
热门文章
{% archiveList popularArticles with type="list" order="views desc" limit="6" %} {% endarchiveList %}
{% linkList friendLinks %} {% if friendLinks %} {% endif %} {% endlinkList %}
{% endblock %}