get_my/client/MainLayout.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>