block by enjalot 7cd061a66c61235de70b

component-examples

Full Screen

index.html

<Title:>
  {{$render.ns}} Example

<Body:>
  <view name={{$render.ns}}></view>

<home:>
  <ul class="list">
    {{each _page.componentNames}}
      <li><a href="/{{this}}">{{this}}</a></li>
    {{/each}}
  </ul>

index.coffee

index.styl

server.coffee