Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <!-- exciting part -->
- <h1>{{name}}</h1>
- <p>Authors: <ul>{{#authors}}<li>{{.}}</li>{{/authors}}</ul></p>
- <p>Price: {{price.currency.symbol}}{{price.value}} {{#price.currency}}{{name}} <b>{{availability.text}}</b>{{/price.currency}}</p>
- <p>VAT: {{price.currency.symbol}}{{price.vat}}</p>
- <!-- boring part -->
- <h2>Test truthy false values:</h2>
- <p>Zero: {{truthy.zero}}</p>
- <p>False: {{truthy.notTrue}}</p>
|