12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
|
|
{{#if test}}yes{{/if}}
|
||
|
|
|
||
|
|
{{#unless test}}no{{/unless}}
|
||
|
|
|
||
|
|
{{#with test}}abc{{/with}}
|
||
|
|
|
||
|
|
{{#each test}}abc{{/each}}
|
||
|
|
|
||
|
|
{{lookup abc}}
|
||
|
|
|
||
|
|
{{log test}}
|