{% extends 'base.html' %} {% block container %}
{% categoryList categories with moduleId="1" 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 %}
{% endfor %} {% endcategoryList %}
{% endblock %}