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