summaryrefslogtreecommitdiff
path: root/doc/build/templates/static_base.mako
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/templates/static_base.mako')
-rw-r--r--doc/build/templates/static_base.mako19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/build/templates/static_base.mako b/doc/build/templates/static_base.mako
new file mode 100644
index 0000000..eaca5ce
--- /dev/null
+++ b/doc/build/templates/static_base.mako
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ ${metatags and metatags or ''}
+ <title>${capture(self.show_title)|util.striptags} &mdash; ${docstitle|h}</title>
+ ${self.headers()}
+ </head>
+ <body>
+ ${next.body()}
+ </body>
+</html>
+
+
+<%!
+ local_script_files = []
+%>