Vivid-Casper/default.hbs

23 lines
667 B
Handlebars
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2013-08-10 13:06:01 +00:00
{{! 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>
2013-08-10 13:06:01 +00:00
{{! This is where shit gets real }}
{{{body}}}
2013-08-10 13:06:01 +00:00
</body>
</html>