{% 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.description }}
{% endif %} {% if section.content %}