diff options
Diffstat (limited to 'docs/_template.html')
-rw-r--r-- | docs/_template.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_template.html b/docs/_template.html new file mode 100644 index 0000000..d313098 --- /dev/null +++ b/docs/_template.html @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>%(title)s</title> +<style type="text/css"> +.nav { float:right; margin:1em;} +</style> +</head> +<body> +<div id="nav"> +<p><a href="/">Index</a></p> +%(toc)s +</div> +<div id="content"> +%(body)s +</div> +<p id="foot">© 2010 Python Markdown Project<p> +</body> +</html> |