Hi,
In the following example I'm using fetch.all to combine two different API requests.
fetch.all and Handlebars.js
The unordered list, which is created by using Handlebars.js is showing all staffs from the second request.
Now my question:
How can I add the result of the first request to the same unordered list?
