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

{% categoryDetail with name="Title" %}

{% categoryDetail description with name="Description" %} {%- if description %}
{{description}}
{% endif %}
{% 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 %}