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

{% tagDetail with name="Title" %}

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