参数筛选:
{% archiveFilters filters with allText="默认" %}
{% for item in filters %}
- {{item.Name}}:
{% for val in item.Items %}
- {{val.Label}}
{% endfor %}
{% endfor %}
{% endarchiveFilters %}
{% archiveList articles with type="page" limit="10" %}
{% endarchiveList %}