handlebars 3.3.0

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