summaryrefslogtreecommitdiffstats
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
index fc8a52e..afb93e6 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -10,6 +10,10 @@
{% endfor %}
</ul>
<h1>{{ page.title }}</h1><em>{{ page.description | safe }}</em>
+
+ {% set parent = page.ancestors | last %}
+ {% set parent_section = get_section(path=parent) %}
+ {{ macro::tree(sec=parent_section) }}
{% endblock nav %}
{% block content %}