{{ partial("header/header") }} 物料组
{% for item in data %}

{{ item['name'] }}

计量单位
{{ item['unit'] }}
{% endfor %}
{% if num >= 30 %}
点击加载更多数据
{% endif %}
{{ partial("foorter/footer") }}