handlebars 3.5.5

Handlebars templating implemented in Rust.
Documentation
1
2
3
4
5
{{#*inline "page"}}
  <p>Rendered in partial, parent is {{parent}}</p>
{{/inline}}
{{! remove whitespaces with ~ }}
{{~> (parent)~}}