init
This commit is contained in:
21
site/layouts/default.hbs
Normal file
21
site/layouts/default.hbs
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{> head }}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
{{> header }}
|
||||
</header>
|
||||
|
||||
<main>
|
||||
{{> body }}
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
{{> footer }}
|
||||
</footer>
|
||||
{{> javascripts }}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user