Hi to all,

I'm trying to create an extension like Django template tags for
jinja2. the basic idea is a tag in the main template( {% widget
last_tweets %} ) that return a node of a source taked from another
file ( widgets/last_tweets.html for example ).

Now the problem is the Parser class, object of this type his passed
already instantiated on parse hook extension and don't have a method
for pass a custom jinja source code during runtime.

Anyone know a workaround?

-- 
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.

Reply via email to