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