oak-handlebars 0.0.11

Handlebars template engine parser with support for modern templating features and extensions.
Documentation
1
2
3
4
5
6
7
<div>
  {{#if user}}
    <h1>Hello, {{user.name}}!</h1>
  {{else}}
    <h1>Hello, Guest!</h1>
  {{/if}}
</div>