{% extends "index.html" %} {% block title %}{{ page.title }} · {{ config.title }}{% endblock title %} {% block description %}{{ page.description | default(value=config.description) }}{% endblock description %} {% block content %}

{{ page.title }}

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