{{name}}

Authors:

Price: {{{price.currency.symbol}}}{{price.value}} {{#price.currency}}{{name}} {{availability.text}}{{/price.currency}}

VAT: {{{price.currency.symbol}}}{{#price}}{{vat}}{{/price}}

Test truthy false values:

Zero: {{truthy.zero}}

False: {{truthy.notTrue}}

length of string should be rendered: {{price.currency.name.length}}

length of string in a list should be rendered: {{#singletonList}}{{singletonItem.length}}{{/singletonList}}

length of an array should be rendered: {{authors.length}}