{% extends "index.html" %} {% block content %} {% for page in paginator.pages %} {{ post_macros::page_in_list(page=page) }} {% endfor %} {% if paginator.previous %} « Previous | {% endif %} Page {{ paginator.current_index }} of {{ paginator.pagers | length }} {% if paginator.next %} | Next » {% endif %} {% endblock content %}
{% if paginator.previous %} « Previous | {% endif %} Page {{ paginator.current_index }} of {{ paginator.pagers | length }} {% if paginator.next %} | Next » {% endif %}