weflock/default.hbs
John O'Nolan 61a960d03f Cleaning
2013-09-02 22:59:23 +01:00

23 lines
667 B
Handlebars

<!DOCTYPE html>
<html>
<head>
{{! Document Settings }}
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{{! Page Meta }}
<title>{{settings.title}}</title>
<meta name="description" content="{{settings.description}}" />
{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
</head>
<body>
{{! This is where shit gets real }}
{{{body}}}
</body>
</html>