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

{{ section.title }}

{{ section.content | safe }} {% if paginator %} {% include "partials/pagination.html" %} {% endif %}
{% endblock %}