{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ section.title }} · {{ config.title }}{% endblock title %} {% block description %}{{ section.description | default(value=config.description) }}{% endblock description %} {% block content %}

{{ section.title }}

{% if section.description %}

{{ section.description }}

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