Add example layout and view

This commit is contained in:
Alex Janka 2017-06-02 19:02:20 +10:00
parent 5876ba347f
commit 61cca62bf6
2 changed files with 20 additions and 0 deletions

1
views/home.handlebars Normal file
View file

@ -0,0 +1 @@
Homepage

View file

@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Handlebars</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
{{{body}}}
</body>
</html>