2014-08-06 05:05:31 +08:00
|
|
|
<template name="slide">
|
2014-08-12 02:41:03 +08:00
|
|
|
{{#each getShapesForSlide}}
|
|
|
|
{{> shape}}
|
|
|
|
{{/each}}
|
2014-08-12 04:54:16 +08:00
|
|
|
{{updatePointerLocation pointerLocation}}
|
2014-08-11 23:56:46 +08:00
|
|
|
</template>
|
2014-08-06 05:05:31 +08:00
|
|
|
|
2014-08-11 23:56:46 +08:00
|
|
|
<template name="shape">
|
2014-08-06 05:05:31 +08:00
|
|
|
</template>
|