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

{{ object.title }}

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