{% moduleDetail with name="Title" %}
{% archiveList articles with type="page" limit="10" %}
{%- for item in articles %}
{% include "partial/pagination.html" %}
{%- if item.Logo %}
{% if item.CategoryId %}{% categoryDetail with name='Title' id=item.CategoryId %}{% endif %}
{% endif %}
{% endfor %}
{% endarchiveList %}
{{item.Title}}
{{item.Description|safe}}