diff --git a/docs/_templates/page.html b/docs/_templates/page.html
new file mode 100644
index 000000000..8432b7106
--- /dev/null
+++ b/docs/_templates/page.html
@@ -0,0 +1,23 @@
+{% extends "!page.html" %}
+
+{% block extrahead %}
+{{ super() }}
+
+
+
+{% endblock %}