bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/whiteboard.html
2014-06-23 12:51:54 -07:00

6 lines
121 B
HTML
Executable File

<template name="whiteboard">
{{#if getInSession "display_whiteboard"}}
<p>The whiteboard</p>
{{/if}}
</template>