{% load el_pagination_tags %} {% paginate 10 objects %} {% for object in objects %}

{{ object.title }}

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