using jinja for templates

This commit is contained in:
Michael Murtaugh 2015-07-23 18:34:59 +02:00
parent b87674e050
commit 2519354aa6

13
templates/pad_html.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>{{padid}}</title>
<meta charset="utf-8">
<meta revision="{{revision}}">
<link rel="stylesheet" type="text/css" href="pad.css">
{{ style }}
</head>
<body>
{{ html }}
</body>
</html>