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

{% moduleDetail with name="Title" %}

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