Displaying a List of Items
You can display a list of items using the {{#each}}{{/each}}
block helper.
As an example, if your result object contains the following data
You could iterate over the details array with the following
template.hbs
In our example this would create the following HTML
Last updated