Initial commit
This commit is contained in:
commit
35745a89ec
44 changed files with 3342 additions and 0 deletions
12
client/MainLayout.html
Normal file
12
client/MainLayout.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<template name="MainLayout">
|
||||
{{#if Template.subscriptionsReady}}
|
||||
<div class="container">
|
||||
{{> headerBar}}
|
||||
{{#if currentUser}}
|
||||
{{> Template.dynamic template=main}}
|
||||
{{else}}
|
||||
{{> Template.dynamic template=notLoggedIn}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue