{{#each products}}
{{ this.images.0.alt }}

{{ this.name }}

{{ this.id }} {{#if this.price.discount }} €{{ this.price.ordinary }} Now €{{ this.price.discount }} {{else}} € {{ this.price.ordinary }} {{/if}}
{{/each}}