{% include "complete/objects_page.html" %}
{% comment %}
{% include "complete/objects_simple_page.html" %}
{% include "complete/objects_page.html" %}
{% endcomment %}
{% 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.