+
+ {{ wikiNav(collections.nestedPages) }}
+
+
+ {{ appDocumentHeader({
+ title: title,
+ description: description
+ }) }}
+
+ {{ appProseScope(content) if content }}
+
+ {% include "layouts/shared/related.njk" %}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/layouts/components/wiki-nav-item/macro.njk b/layouts/components/wiki-nav-item/macro.njk
new file mode 100644
index 0000000..c7bd03e
--- /dev/null
+++ b/layouts/components/wiki-nav-item/macro.njk
@@ -0,0 +1,16 @@
+{% macro wikiNavItem(page,level) %}
+