new dev stack

This commit is contained in:
2017-08-05 14:24:41 -05:00
committed by Mark Moser
parent f37eed7b45
commit 4197ca7078
78 changed files with 512 additions and 150 deletions

18
site/layouts/default.hbs Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{> head }}
</head>
<body>
{{> header }}
<main>
{{> body }}
{{> aside }}
</main>
{{> footer }}
{{> javascripts }}
</body>
</html>