{% extends 'base.html' %} {% block container %} {% include "partial/breadcrumb.html" %}
客户案例
{% categoryList productCategories with parentId="0" %} {% for item in productCategories %} {{item.Title}} {% endfor %} {% endcategoryList %}
{% categoryList productCategories with parentId="0" %} {% for item in productCategories %}

{{item.Title}}

查看更多
    {% archiveList products with categoryId=item.Id type="list" limit="4" %} {% for inner in products %}
  • {% endfor %} {% endarchiveList %}
{% endfor %} {% endcategoryList %}
{% endblock %}