-
{% archiveList archives with type="list" categoryId=item.Id order="id desc" limit="8" %}
{% for item in archives %}
-
{{item.Title}}
{{item.Description}}
{% endfor %}
{% endarchiveList %}
{% extends 'base.html' %} {% block container %}