Handlebars array access
• javascript, html
I keep forgetting and regoogling this and apparently it isn’t documented anywhere I could find it, so I’m going to write it down hoping that Google will help spread the word.
So, how do I access an array in a Handlebar template?
The syntax is the following: {{ array.[index] }}