> For Jinja1 that is currently technically impossible and won't change.
I'm glad I didn't spend too much time trying to patch it then :). > That limitation was however fixed in the upcoming Jinja2 version which > also supports dynamic inheritance. > > There are some small incompatibilities and it's not yet released, but you > may be interested in it. Is there a timeline for Jinja2's release? Is the dev version stable enough for heavy use (I'm not expecting any guarantees or anything like that, just your honest opinion)? > Alternatively `rendertemplate` exists as global function in Jinja1 which > can load a template and renders it with the current context:: I must have missed that one in the docs. As a work around I had created my own function which does exactly what rendertemplate does, but I'll use rendertemplate instead. Thank you for the quick response, Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
