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

{{ page.title }}

{{ page.date }}{% if page.updated %} (updated ) {% endif %}

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