2025-12-06 15:44:43 -06:00
|
|
|
<template name="MainLayout">
|
|
|
|
|
{{#if Template.subscriptionsReady}}
|
2026-02-18 15:58:45 -06:00
|
|
|
<div class="container-fluid">
|
2025-12-06 15:44:43 -06:00
|
|
|
{{> headerBar}}
|
2025-12-08 14:54:14 -06:00
|
|
|
{{> Template.dynamic template=main}}
|
|
|
|
|
|
2025-12-06 15:44:43 -06:00
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</template>
|