Craig Davis b9ed407b12 Release 2.0.8 : New readable theme
Includes support for new /links folder in the template directory
2014-05-17 11:02:23 -05:00

20 lines
305 B
HTML

<!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>
<body>
<div class="container">
{{{resume}}}
</div>
</body>
</html>