Files
old-tfm/app/client/log.html
2016-12-30 17:14:08 +01:00

13 lines
196 B
HTML

<template name="log">
<div class="hello">
<ul class="no-bullets">
{{#each sensorDataCollection}}
{{> sensorData}}
{{/each}}
</ul>
</div>
</template>