<Body:>
<h1>Hello, world!</h1>
<view is="sample"></view>
<sample:>
hey there!<br>
notebook id: {{notebook.id}}<br>
cells:<br>
<ul>
{{each cells as #cell,#i}}
<li>
cell {{#i}} {{#cell.id}}
</li>
{{/each}}
</ul>
<a on-click="addCell()">Add Cell</a>