{% extends "base.html" %} {% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} {% block description %}{% if page.description %}{{ page.description }}{% else %}{{ config.description }}{% endif %}{% endblock description %} {% block content %}

{{ page.title }}

{% if page.date %} {% endif %}
{{ page.content | safe }}
{% endblock content %}