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

搜索:{{urlParams.q}}

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