using jinja for templates
This commit is contained in:
parent
b87674e050
commit
2519354aa6
13
templates/pad_html.html
Normal file
13
templates/pad_html.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user