Open olishep opened 11 years ago
bump It probably doesn't help much, but I'm get the same when I try and run nested loops like that
FYI : We ended up getting around the issue by pushing the first list through a multiple 'row' templates and then pushing all of that through a 'column' template - not particularly elegant.
{{#rows}}
{{{row}}}
{{/rows}}
Note the three braces on {{{row}}} are needed to ensure the string is not escaped by mustache and hence not leaving HTML code in the final rendering in the browser.
Let's say we want a list within a list using the following:
when I run
I get