{% extends "blog/base_blog.html" %} {% block title %}{% endblock %} {% block body_class %}{{ block.super }} post_list{% endblock %} {% block content_title %}
{% if has_next %} Older {% endif %} {% if has_next and has_previous %} | {% endif %} {% if has_previous %} Newer {% endif %}
{% endif %} {% endblock %}