I am currently making the switch from Django to Turbogears 2.1 and am running into some problems that I could not find the answers to in the Turbogears docs. If tg developers read this, let me tell yo
I\'m using Pylons with Mako templates and I want to avoid typing this all the time: ${ h.some_function_that_outputs_html() | n }
I\'m using Mako\'s inheritance features to factor out common page elements, like a header and footer, into a \"base.mako\" template.Page-specific controllers use their own templates, which inherit bas