{# Default section.html template #} {% extends "base.html" %} {% block content %}
{% include "components/left-sidebar-singleton.html" %} {% include "components/right-sidebar.html" %}

{{ section.title }}

{{ section.content | safe }}
{% endblock content %}