Browse Source

using jinja for templates

add-quote-import
Michael Murtaugh 9 years ago
parent
commit
2519354aa6
  1. 13
      templates/pad_html.html

13
templates/pad_html.html

@ -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>
Loading…
Cancel
Save