mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 14:19:31 +00:00
13 lines
213 B
Handlebars
13 lines
213 B
Handlebars
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
{{> head title=title }}
|
|
<body>
|
|
{{> adminHeader }}
|
|
{{> adminNav active='dashboard'}}
|
|
<main class='adminContent'>
|
|
{{{ body }}}
|
|
</main>
|
|
{{> scripts }}
|
|
</body>
|
|
</html>
|