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