mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
10 lines
132 B
Handlebars
10 lines
132 B
Handlebars
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
{{> head title=title }}
|
|
<body>
|
|
{{> mainNav }}
|
|
{{{ body }}}
|
|
{{> scripts }}
|
|
</body>
|
|
</html>
|