{% extends "base.html" %} {% block title %} {% if section.extra.start %} {{ config.title }} | {{ section.extra.start }} - {{ section.extra.end }}: {{ section.title }} {% else %} {{ config.title }} {% endif %} {% endblock title %} {% block subtitle %} {% if section.extra.start %}

{{ section.extra.start }} - {{ section.extra.end }}: {{ section.title }}

{% endif %} {% endblock subtitle %} {% block content %} {{ section.content | safe }} {% endblock content %}