{% extends "base.html" %} {% block header %}

{{ section.title }}

{% endblock header %} {% block content %} {{ section.content | safe }} {% if paginator %} {% set pages = paginator.pages %} {% else %} {% set pages = section.pages %} {% endif %} {% if paginator %}
{% if paginator.previous %}   <{% endif %}   {{ paginator.current_index }} / {{ paginator.number_pagers }}   {% if paginator.next %}>   {% endif %}
{% endif %} {% endblock content %}