Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-05 21:19:28 +0300
committerGeorg Brandl <georg@python.org>2009-01-05 21:19:28 +0300
commit249f9544b7f2fbb865e4849b8e8ba0de8d41e860 (patch)
treed254f843210f59cdb14c2f73cc66e6a31a341768 /sphinx/themes/basic/page.html
parentb33d95bd9944c11419283f1f56ad7ac498268fdc (diff)
Create themes/ subdirectory and move stuff from templates/ and static/ there.
Diffstat (limited to 'sphinx/themes/basic/page.html')
-rw-r--r--sphinx/themes/basic/page.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/themes/basic/page.html b/sphinx/themes/basic/page.html
new file mode 100644
index 000000000..17a930165
--- /dev/null
+++ b/sphinx/themes/basic/page.html
@@ -0,0 +1,4 @@
+{% extends "layout.html" %}
+{% block body %}
+ {{ body }}
+{% endblock %}