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

Posted on

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