15 lines
373 B
HTML
15 lines
373 B
HTML
<template name="viewer">
|
|
{{#if Template.subscriptionsReady}}
|
|
<div class="viewerDialogs">
|
|
{{> cineDialog}}
|
|
{{> layoutChooser }}
|
|
{{> annotationDialogs }}
|
|
</div>
|
|
<div id="viewer">
|
|
{{> toolbarSection (clone this)}}
|
|
{{> flexboxLayout (clone this)}}
|
|
</div>
|
|
{{else}}
|
|
{{> loadingText}}
|
|
{{/if}}
|
|
</template> |