I have a double array that I'm passing into my Mustache file and the first two levels are indexed by number. The variable name is {{groups}}
so I can iterate through the outer part with {{#groups}}{{/groups}}
but within each group is an array of questions.
I want to be able to iterate through each question and create some html for each. How can I do this if the references are numerical?