{{if result.elements}} {{each(i, hotel) result.elements}} {{/each}}
Name Address City, State Zip Action
${hotel.name} ${hotel.address} ${hotel.city}, ${hotel.state} ${hotel.zip} View Hotel

{{else}}

No hotels found...

{{/if}}