{% extends "base.html" %} {% block content %}
{% block content_title %}

Articles in the {{ tag }} tag

{% endblock %}
    {% for article in dates_page.object_list | reverse %}
  1. {% endfor %}
{% if dates_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock content %}