20 lines
305 B
HTML
Raw Normal View History

2014-05-16 00:11:21 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{#reload}}
<meta http-equiv="refresh" content="{{refresh_rate}}">
{{/reload}}
<title>{{title}}</title>
{{{links}}}
<style type="text/css">
{{{style}}}
</style>
</head>
2014-05-16 00:11:21 +02:00
<body>
<div class="container">
{{{resume}}}
</div>
2014-05-16 00:11:21 +02:00
</body>
</html>