open-health/client/MainLayout.html

10 lines
209 B
HTML
Raw Normal View History

2025-12-06 15:44:43 -06:00
<template name="MainLayout">
{{#if Template.subscriptionsReady}}
<div class="container-fluid">
2025-12-06 15:44:43 -06:00
{{> headerBar}}
{{> Template.dynamic template=main}}
2025-12-06 15:44:43 -06:00
</div>
{{/if}}
</template>