{% extends 'base.html' %} {% block main %} {% archiveList articles with type="page" limit="10" %}
{% for item in articles %}
{% if item.Logo %} {% endif %}
{% endfor %}
{% endarchiveList %} {% include "partial/pagination.html" %} {% endblock %} {% block footer %} {% linkList friendLinks %} {% if friendLinks %} {% endif %} {% endlinkList %} {% endblock %}