block by enjalot 3ce69b8b4ba886c0fc35

3ce69b8b4ba886c0fc35

Full Screen

index.js

index.html

<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>

package.json

server.js