{% extends "base.html" %} {% block title %}{{ SITENAME }} - Archives{% endblock %} {% block content %}

{{ category }}

{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock %}