{% extends "site_base.html" %} {% load markup %} {% block title_tag %} News {% endblock %} {% block body %}
{% if has_previous %} « Previous | {% endif %} {% for p in page_range %} {% ifequal page p %} {{ p }} {% else %} {{ p }} {% endifequal %} {% endfor %} {% if has_next %} | Next » {% endif %}
{% endif %} {% endblock %}