10 lines
170 B
HTML
Executable File
10 lines
170 B
HTML
Executable File
<template name="slide">
|
|
{{#each getShapesForSlide}}
|
|
{{> shape}}
|
|
{{/each}}
|
|
{{updatePointerLocation pointerLocation}}
|
|
</template>
|
|
|
|
<template name="shape">
|
|
</template>
|