Cannot access array data in handlebars
I am having difficulty rendering data into handlebars. I have tried both {{#each}} and {{if}} processes in the view as follows:
Cannot access json items in Handlebars
I am attempting to access underlying data from an API call, bust cannot access the data in handlebars. If I use {{results}} the raw data is produced, but I can’t figure out how to produce the data in handlebars on the rendered view.