pad_colors template

This commit is contained in:
Michael Murtaugh 2015-08-28 12:44:53 +02:00
parent 6260572237
commit c4e3009285

14
templates/pad_colors.html Normal file
View File

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