Having a array like below
var arrNames = ["Stackoverflow","StackExchange","Webmaster","Programmers"];
how should a template look for working with mustache.js javascript template. I tried below but no clues
{{#}}{{key}}{{/}}
|
|
|
From the documentation:
See this jsFiddle for a complete, working example. |
|||
|
|