{% extends "base.html" %} {% block title %} {% if flags.is_homepage %} {{ site.title }} {% else %} {{ trail|join:": "|titlecase }} {% endif %} {% endblock %} {% block content %}
{% if paging.page > 1 %} First ~ Prev ~ {% endif %} Page {{ paging.page }} of {{ paging.total }} {% if paging.page < paging.total %} ~ Next ~ Last {% endif %}
{% endif %} {% endblock %}