bracket 0.5.6

Fast and correct handlebars-compatible template engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
# {{title}}

Use the `with` helper to change the current scope.

This example sets the `list` variable as the current scope and prints it using the `json` helper:

```json
{{~#with list}}
{{json this pretty=true}}
{{/with~}}
```