handlebars 4.3.6

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