handlebars serndgrid code example
Example: handlebars serndgrid
{{#each user.orderHistory}}
- You ordered: {{this.item}} on: {{this.date}}
{{/each}}
{{#each user.orderHistory}}
- You ordered: {{this.item}} on: {{this.date}}
{{/each}}