bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/slide.html

9 lines
127 B
HTML
Executable File

<template name="slide">
{{#each getShapesForSlide}}
{{> shape}}
{{/each}}
</template>
<template name="shape">
</template>