handlebars 6.4.0

Handlebars templating implemented in Rust.
Documentation
1
2
3
4
5
6
7
<html>
  <head>{{title}}</head>
  <body>
    <div><h1>Derived from base1.hbs</h1></div>
    {{> page}}
  </body>
</html>