summaryrefslogtreecommitdiffstats
path: root/sphinx/themes/basic/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/themes/basic/page.html')
-rw-r--r--sphinx/themes/basic/page.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/sphinx/themes/basic/page.html b/sphinx/themes/basic/page.html
new file mode 100644
index 0000000..a490fc6
--- /dev/null
+++ b/sphinx/themes/basic/page.html
@@ -0,0 +1,13 @@
+{#
+ basic/page.html
+ ~~~~~~~~~~~~~~~
+
+ Master template for simple pages.
+
+ :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
+#}
+{%- extends "layout.html" %}
+{% block body %}
+ {{ body }}
+{% endblock %}