1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:39:26 +00:00

Added admin layout and route to switch layouts

This commit is contained in:
2022-02-04 23:43:31 +00:00
parent b091555204
commit 15fd143477
2 changed files with 17 additions and 0 deletions

12
views/layouts/admin.hbs Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang='en'>
{{> head title=title }}
<body>
{{> adminHeader }}
{{> adminNav active='dashboard'}}
<main class='adminContent'>
{{{ body }}}
</main>
{{> scripts }}
</body>
</html>