{% extends 'base.html' %} {% block main %}

{% categoryDetail with name="Title" %}

{% archiveList articles with type="page" limit="10" %} {% for item in articles %}
{% if item.Logo %} {% endif %}
{% endfor %} {% endarchiveList %} {% include "partial/pagination.html" %} {% endblock %}