dwyl/hapi-riot

View on GitHub
example/basic/views/index.tag

Summary

Maintainability
Test Coverage
<index>
  <h1>Hello World { time } ... { title }</h1>
  <footer></footer>
  <script>
    this.time = Date.now();
    this.title = opts.title;
  </script>
</index>