You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am looking for a templating engine and handlebars looks pretty great!
However I have some rather advanced requirements and I am not sure if handlebars is capable, or if it is,
what the syntax should look like. I have tried below to describe my problem.
eg given the following json structures:
This is basically the same issue as #569. We don't currently support index type operators but helpers can provide this in the mean time as discussed over there.
Hi, I am looking for a templating engine and handlebars looks pretty great!
However I have some rather advanced requirements and I am not sure if handlebars is capable, or if it is,
what the syntax should look like. I have tried below to describe my problem.
eg given the following json structures:
I need to be able to template something like this:
// Where 'this' refers to the element from the most outer loop
and output something like this:
Any ideas on whether this is possible and what the template syntax should look like would be great! (Or any plans for future implementation).
The text was updated successfully, but these errors were encountered: