Home

This is a template. It is rendered using Handlebars.

Navigation in skit (for now) is dictated by the directory structure of the “public” package. WTF? I know, it’s crazy.

Now the crazy part.

We fetched and rendered the movies data (below) on the server side. Clicking another list ("Change list") will make a client-side request in the same re-instantiated class, and could re-render the list or something with the same exact templates.


Movies

Change list:

{{ listName }}

    {{#movies}} {{> __module__.movie.html }} {{else}}
  1. No results. Terrible demo! (Start over)
  2. {{/movies}}