{% extends "base.html" %} {% block body %} {% for page in paginator.pages %}
{{page.title}}
{{page.title}}
{% endfor %} {% if paginator.previous or paginator.next%}
Previous {{ paginator.current_index }} Next
{% endif %} {% endblock body %}