{% extends "base.html" %} {% block content %} {{ section.title }} {{ section.content | safe }} {% if paginator %} {% set pages = paginator.pages %} {% else %} {% set pages = section.pages %} {% endif %} {% for page in pages %} {{ page.title }} {% endfor %} {% if paginator %} {% if paginator.previous %}⥶<{% endif %}{{ paginator.current_index }} / {{ paginator.number_pagers }}{% if paginator.next %}>⥸{% endif %} {% endif %} {% endblock content %}