get_my/client/MainLayout.html

11 lines
283 B
HTML
Raw Permalink Normal View History

2022-08-04 19:50:18 -05:00
<template name="MainLayout">
{{#if Template.subscriptionsReady}}
{{> headerBar}}
{{#if currentUser}}
{{> Template.dynamic template=main}}
{{else}}
{{> Template.dynamic template=notLoggedIn}}
{{/if}}
2022-08-04 19:50:18 -05:00
{{/if}}
</template>