Hi, I'm trying to build ye ol' bulletin board application to try out Django. I'm having a hard time outputting the hierarchy of messages. I can't figure out how to use recursion in templates. I also need to be able to treat a template "like a function" passing arguments. How should I be thinking about this problem? Here's the app written in another framework: <http://seamstress.norcalttora.com/>.
Thanks! -jj

