Looping through a multidimensional array in Handlebars.js September 17, 2023 by Tarik You’d have to loop 2 times: {{#each userSurvey}} {{#each this}} {{ this }} {{/each}} {{/each}}