blueimp/JavaScript-Templates

tmpl with recursion ?

mxkh opened this issue · 4 comments

mxkh commented

How to use the template recursively, for example to build the menu?

Since the templates are in effect JavaScript code, recursion is built-in.
But I guess what you are searching for is the include function:
https://github.com/blueimp/JavaScript-Templates#evaluation

mxkh commented

@blueimp as am understand, you mean this http://jsfiddle.net/fX2wm/ ? is it correct ? :)

mxkh commented

@blueimp it is great and work for me, very simple! thx