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