{% extends 'base.html' %} {% block container %}
{% bannerList banners %} {% for item in banners %} {% if forloop.First %} {% endif %} {% endfor %} {% endbannerList %}
热门搜索: {% archiveList products with type="list" flag="c" moduleId="2" limit="5" %} {% for item in products %} {{item.Title}} {% endfor %} {% endarchiveList %}
    {% archiveList products with type="list" moduleId="2" limit="8" %} {% for item in products %}
  • {% endfor %} {% endarchiveList %}

产品中心

{% categoryList productCategories with moduleId="2" parentId="0" %} {% for item in productCategories %}
    {% if item.HasChildren %} {% categoryList subCategories with moduleId="1" parentId=item.Id %} {% for inner in subCategories %}
  • {{inner.Title}}
  • {% endfor %} {% endcategoryList %} {% else %} {% archiveList products with type="list" categoryId=item.Id limit="8" %} {% for inner in products %}
  • {{inner.Title}}
  • {% endfor %} {% endarchiveList %} {% endif %}
{% endfor %} {% endcategoryList %}

{% pageDetail with name='Title' token='about' %}

{% pageDetail with name="Description" token='about' %}

更多详情+
客户案例
新闻资讯
{% endblock %}