{% extends "base.html" %} {% block content %}
{% include "complete/objects_page.html" %}
{% include "complete/items_page.html" %}
This complete example shows several pagination styles.
Objects are paginated using Digg-style, defaulting to the last page, with no Ajax involved.
Items are paginated using Digg-style with Ajax support.
{% include "complete/entries_page.html" %}
{% include "complete/articles_page.html" %}
Entries are paginated using Twitter-style with Ajax enabled. The first page contains just one entry. Subsequent pages contain three entries.
Articles are paginated using Twitter-style. The subsequent pages are loaded on scroll.
{% endblock %} {% block js %} {{ block.super }} {% endblock %}