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 ideas?
Thanks in advance.
EDIT:
I already have the data (from an API), and the comments are objects which have children. I just need to know how to render the children recursively in Jinja.