User List
{{#each orders}} {{#ifCond this.order "===" 1}}
- Name: {{this.type}}
- Age: {{this.address}}
{{/ifCond}} {{#ifCond this.order "===" 2}}
- Name: {{this.type}}
- Age: {{this.description}}
- price: {{this.price}}
{{/ifCond}} {{#ifCond this.order "===" 3}}
- Address: {{this.Address}}
- Address: {{this.address}}
{{/ifCond}} {{/each}}
Server Image