open-assets/client/MainLayout.html

10 lines
203 B
HTML
Raw Normal View History

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