handlebars 4.3.6

Handlebars templating implemented in Rust.
Documentation
1
2
3
4
{{#*inline "page"}}
  <p>Rendered in partial, parent is {{parent}}</p>
{{/inline}}
{{> (lookup this "parent")}}