+
+
+
+ {% if config.build_search_index %}
+
+ {% endif %}
+
+ {% block content %}
+
{{ section.title }}
+ {{ section.content | safe }}
+ {% endblock content %}
+
+
+
+
+ {% block prev_link %}
+ {% endblock prev_link %}
+
+
+
+ {% block next_link %}
+ {% endblock next_link %}
+
+
+
+ {% block js_body %}
+ {% if config.build_search_index %}
+
+
+ {% endif %}
+
+ {% endblock js_body %}
+
+
+
diff --git a/docsite/site/themes/book/templates/page.html b/docsite/site/themes/book/templates/page.html
new file mode 100644
index 0000000..524b661
--- /dev/null
+++ b/docsite/site/themes/book/templates/page.html
@@ -0,0 +1,45 @@
+{% extends "index.html" %}
+
+
+{% block content %}
+