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:
12
views/layouts/admin.hbs
Normal file
12
views/layouts/admin.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user