{% 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 %}
{{ page.contents }}
{% if pages.subpages %}


{% endif %}
{% endblock body %}