0.2.3 • Published 6 years ago

handlebars.nested v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

handlebars.nested Build Status

DEPRECATED This is a Handlebars plugin which allows nesting helpers and expressions in one level deep. For latest versions of Handlebars, please consider using subexpressions instead.

Install

$ npm install --save handlebars.nested

Usage

var Handlebars = require("handlebars");
require("handlebars.nested").default(Handlebars);

Examples

<table>
  <tr>
    <td>{{autolink "{{breakline text}}"}}</td>
    <td>{{tooltip placeholder="{{t 'tooltip.placeholder'}}" title="{{user.name}} is following"}}</td>
  </tr>
</table>

License

MIT © Mateus Maso

0.2.3

6 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

9 years ago

0.1.0

10 years ago