{% for item in categories %}
{{item.Title}}
{% endfor %}
{% endif %}
{% endcategoryList %}
{% categoryList categories with moduleId="2" parentId=0 %}
{% for item in categories %}
-
{% archiveList archives with type="list" categoryId=item.Id order="id desc" limit="8" %}
{% for item in archives %}
-
{{item.Title}}
{{item.Description}}
{% endfor %}
{% endarchiveList %}