Basic layout and categories nav

This commit is contained in:
2017-11-08 02:06:16 +01:00
parent 1485b85581
commit 9221f93ea3
11 changed files with 153 additions and 24 deletions

View File

@@ -1,3 +1,9 @@
index.hbs
{{outlet}}
{{#if connecting}}
Connecting...
{{else}}
{{#if connected}}
Connected.
{{else}}
Not connected.
{{/if}}
{{/if}}