diff --git a/docs/source/_templates/page.html b/docs/source/_templates/page.html
new file mode 100644
index 00000000..633b7661
--- /dev/null
+++ b/docs/source/_templates/page.html
@@ -0,0 +1,23 @@
+
+{% extends "!page.html" %}
+{% block scripts %}
+ {{ super() }}
+
+
+
+
+
+
+ - You can ask questions about TTS. Try
+ - how to install TTS for Python?
+ - What data format for the training dataset?
+ - what makes a good dataset?
+
+
+
+
+{% endblock %}