mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
10 lines
283 B
HTML
10 lines
283 B
HTML
<template name="MainLayout">
|
|
{{#if Template.subscriptionsReady}}
|
|
{{> headerBar}}
|
|
{{#if currentUser}}
|
|
{{> Template.dynamic template=main}}
|
|
{{else}}
|
|
{{> Template.dynamic template=notLoggedIn}}
|
|
{{/if}}
|
|
{{/if}}
|
|
</template>
|