{% extends "template.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %}

{{page.html|safe }}


{{ page.author }} — {{ format_date_string(page.date) }} {% endblock %}