{% archiveList articles with type="list" limit="20" %}
{%- for item in articles %}
{%- if item.Logo %}
{% if item.CategoryId %}{% categoryDetail with name='Title' id=item.CategoryId %}{% endif %}
{% endif %}
{% endfor %}
{% endarchiveList %}
{{item.Title}}
{{item.Description|safe}}