{% 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 }}

{% if page.date %}

Posted on

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