{% extends "base.html" %} {% block title %}{% if category %}{{ category.name }} {% endif %}Articles{% endblock %} {% block content %}
{% if has_next %} Older {% endif %} {% if has_next and has_previous %} | {% endif %} {% if has_previous %} Newer {% endif %}
{% endif %} {% endblock %}