{% extends "index.html" %} {% block title %}{{ SITENAME }} - {{ category }} category{% endblock %} {% block content_title %}

Articles in the {{ category }} category

{% endblock %} {% block content %}
{% for article in articles_page.object_list %} {% endfor %}
{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock content %}