Yeah, I've seen that feature, but I thought the whole point was to remove the programming from HTML. Yes, you pass in the SQL, but the resulting template looks very much like a piece of pseudo-code with an object.method type syntax. That, to me, is an unnecessary complication. I'd like to keep that part of the programming in my program and not shop it out to the template, just like I'd like to keep the HTML part of my template out of my code.
I think TT is fine piece of coding and good for some things, but it's not quite the sort of template I'm looking for.