{% extends "page.html" %} {% block content %}

{{ section.title }}

{{ 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 %}