summaryrefslogtreecommitdiff
path: root/docs/_template.html
blob: 58fde35c68e6ba7a24a7553a327676b7a451f3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>%(title)s</title>
<link rel=stylesheet href=style.css>
</head>
<body>
<div id="nav">
<p><a href="/">Index</a></p>
%(toc)s
</div>
<div id="content">
%(body)s
</div>
<p id="foot">&copy; 2010 Python Markdown Project<p>
</body>
</html>