{% extends "article/base.html" %} {% load article_tags %} {% block title %}Articles{% endblock title %} {% block content %}

Articles

{% if is_paginated %}
{% if page_obj.has_previous %} Newer Entries {% endif %} {% if page_obj.has_next %} Older Entries {% endif %}
{% endif %} {% endblock content %}