handlebars 0.7.0

Handlebars templating implemented in Rust.
<html>
  <head>
    <title>中超联赛 {{year}}</title>
  </head>
  <body>
    <h1>CSL {{year}}</h1>
    <ul>
    {{#each teams~}}
      <li class="{{#if @first}}champion{{/if}}">
      {{~log @index~}}
      <b>{{name}}</b>: {{format pts ~}}
      </li>
    {{/each~}}
    </ul>
  </body>
</html>