Files
old-tfm/app/client/log.html

13 lines
196 B
HTML
Raw Normal View History

<template name="log">
<div class="hello">
2016-12-30 17:14:08 +01:00
<ul class="no-bullets">
{{#each sensorDataCollection}}
{{> sensorData}}
{{/each}}
</ul>
</div>
</template>