{% extends "base.html" %} {% block content %}

Demo project for Django Endless Pagination.

The package provides a single lazy pagination flow built around the {% verbatim %}{% lazy_paginate %}{% endverbatim %} and {% verbatim %}{% show_more %}{% endverbatim %} template tags, plus a small dependency-free JavaScript helper that loads the next page on click or while scrolling.

{% endblock %}