bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/whiteboard.html
2014-08-05 21:48:11 +00:00

10 lines
242 B
HTML
Executable File

<template name="whiteboard">
{{#if getInSession "display_whiteboard"}}
{{#each getCurrentSlide}}
{{> slide}}
{{/each}}
<div id="whiteboard-paper" style="position: fixed; top: 10%; left: 30%;">
</div>
{{/if}}
</template>