Like the comments in Hacker News and Reddit. I\'ve looked at Jinja\'s docs but I can\'t find anything about recursion (which I assume is how this sort of thing is done). Any ide
Use macros, they support recursion. http://jinja.pocoo.org/docs/templates/#macros
Edit: for loops also support recursion, this would work as well. http://jinja.pocoo.org/docs/templates/#for