bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/whiteboard.html
2014-07-30 19:42:34 +00:00

11 lines
187 B
HTML
Executable File

<template name="whiteboard">
{{#if getInSession "display_whiteboard"}}
<p>The whiteboard</p>
{{/if}}
<div id="whiteboard-paper">
<p>
{{png}}
</p>
</div>
</template>