{% load endless %} {% lazy_paginate 3 articles using "articles-page" %} {% for article in articles %}

{{ article.title }}

{{ article.contents }}
{% endfor %} {% show_more "More results" %}