handlebars 0.8.0

Handlebars templating implemented in Rust.
Documentation
<html>
  <head>{{title}}</haed>
  <body>
    <div><h1>Derived from base0.hbs</h1></div>
    {{~#block page}}{{/block~}}
  </body>
</html>