|
Class Summary |
| BlockHelper |
The block helper will replace its section with the partial of the
same name if it exists. |
| EachHelper |
You can iterate over a list using the built-in each helper. |
| EmbeddedHelper |
Given:
home.hbs |
| IfHelper |
You can use the if helper to conditionally render a block. |
| PartialHelper |
The partial registry helper. |
| PrecompileHelper |
Precompiled a template to JavaScript using handlebars.js. |
| UnlessHelper |
You can use the unless helper as the inverse of the if helper. |
| WithHelper |
Normally, Handlebars templates are evaluated against the context passed into
the compiled method. |