diff --git a/docs/_templates/page.html b/docs/_templates/page.html
new file mode 100644
index 0000000..63a08a4
--- /dev/null
+++ b/docs/_templates/page.html
@@ -0,0 +1,5 @@
+{% extends "!page.html" %}
+{% block menu %}
+{{ super() }}
+
+{% endblock %}