handlebars 4.3.6

Handlebars templating implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
<html>
  <head>
    <title>My Laptop</title>
  </head>
  <body>
    <p>My current laptop is {{brand}}: <b>{{model}}</b></p>
  </body>
</html>