bracket 0.11.0

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

## Empty statement

{{}}

## Bad path delimiter

{{.foo}}

## Bad parent reference

{{foo.@root}}

## Unclosed block

{{# block}}some text{{/block-typo}}