diff options
| author | Georg Brandl <georg@python.org> | 2009-03-16 23:56:42 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-03-16 23:56:42 +0100 |
| commit | f6e56aa1a6476048d93897a2e5a20aa376fcf1b4 (patch) | |
| tree | 3ccec41501f25e8386d626a52d8d7da09040ecdc /sphinx/themes/basic/page.html | |
| parent | 73d7e7c709394974494fb6000c6274f07e79cce5 (diff) | |
| parent | a1691a3424ae6b91743db7f37cf4fe86f7c93760 (diff) | |
| download | sphinx-0.6b1.tar.gz | |
merge with 0.50.6b1
Diffstat (limited to 'sphinx/themes/basic/page.html')
| -rw-r--r-- | sphinx/themes/basic/page.html | 4 |
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 00000000..17a93016 --- /dev/null +++ b/sphinx/themes/basic/page.html @@ -0,0 +1,4 @@ +{% extends "layout.html" %} +{% block body %} + {{ body }} +{% endblock %} |
