{{ page.title }}
{% if version_count and version_count > 1 %}{% set earlier = version_count - 1 %} Edited {{ last_changed | ago }} — {{ earlier }} earlier version{{ 's' if earlier != 1 }} you can go back to {% else %} Written {{ last_changed | ago }} — no earlier versions yet {% endif %}
{% endif %} {% if parent %}↳ child of {{ parent.title }}
{% endif %} {% if tags %}Contents
-
{% for h in toc %}
- {{ h.text }} {% endfor %}
Sub-pages ({{ children | length }})
-
{% for c in children %}
- {{ c.title }} {% endfor %}