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