diff --git a/templates/section.html b/templates/section.html
index 416ab0e..d9c0b12 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -7,6 +7,17 @@
{{ section.content }}
{% else -%}
{{ section.title }}
+
+ {% if section.subsections -%}
+ Subsections:
+
+ {% for subsec in section.subsections -%}
+ {% set sec_ = get_section(path=subsec) -%}
+ - {{ sec_.title }}
+ {% endfor %}
+
+ {% endif -%}
+
Pages: