blob: fb31489549416164992380d6ea8b105de4d58411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
mustache is documented in PLEASE FIXME valerie! :)
{{#foo}}
-> if foo is defined
{{^foo}}
-> if foo is not defined
{{#foo}}{{^bar}}
-> if foo is defined and bar is not defined
|