{% extends "base.html" %} {% block title %}{{ page.title }} – {{ project }}{% endblock title %} {% block body %}

{{ page.title }}

    {% if page.author %}
  • {{ page.author }}
  • {% endif %} {% if page.date %}
  • {{ page.date }}
  • {% endif %}
{% if pages.subpages %}
{% endif %}
{{ page.contents }}
{% endblock body %}