|
|
@@ -8,4 +8,5 @@ |
|
|
<p>Zero: {{truthy.zero}}</p> |
|
|
<p>Zero: {{truthy.zero}}</p> |
|
|
<p>False: {{truthy.notTrue}}</p> |
|
|
<p>False: {{truthy.notTrue}}</p> |
|
|
<p>length of string should be rendered: {{price.currency.name.length}}</p> |
|
|
<p>length of string should be rendered: {{price.currency.name.length}}</p> |
|
|
|
|
|
<p>length of string in a list should be rendered: {{#singletonList}}{{singletonItem.length}}{{/singletonList}}</p> |
|
|
<p>length of an array should be rendered: {{authors.length}}</p> |
|
|
<p>length of an array should be rendered: {{authors.length}}</p> |