diff --git a/templates/wiki.html b/templates/wiki.html
index f535c68..e2836f9 100644
--- a/templates/wiki.html
+++ b/templates/wiki.html
@@ -1,7 +1,14 @@
{% extends "layout.html" %}
{% block content %}
edit
+Parent:
+{{page.parent.path}}
+Up
+{% for p in page.children %}
+{{p.path}}
+
+{% endfor %}