diff options
| author | Georg Brandl <georg@python.org> | 2009-02-15 16:10:10 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-02-15 16:10:10 +0100 |
| commit | 34fcbfcd18e95bd948f971d977166b9e1f8863b0 (patch) | |
| tree | b11109d8076c8fcfdcc634eb5b4fdb813ab2d1d1 /tests/root/testtheme/layout.html | |
| parent | 6d60b52591dd394484769c37879a21e7a3fd1fbd (diff) | |
| download | sphinx-34fcbfcd18e95bd948f971d977166b9e1f8863b0.tar.gz | |
Add theming test suite, fix a few bugs and doc problems.
Diffstat (limited to 'tests/root/testtheme/layout.html')
| -rw-r--r-- | tests/root/testtheme/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/root/testtheme/layout.html b/tests/root/testtheme/layout.html new file mode 100644 index 00000000..81372be0 --- /dev/null +++ b/tests/root/testtheme/layout.html @@ -0,0 +1,5 @@ +{% extends "basic/layout.html" %} +{% block extrahead %} +<meta name="testopt" content="{{ theme_testopt }}" /> +{{ super() }} +{% endblock %} |
