Hi,

On 11/21/10 6:42 PM, Jon Dufresne wrote:
I am wondering if it is possible to create a Jinja2 function that
would append to a global list. Specifically I want to create functions
that look like the following:
You can load the do extension which executes arbitrary jinja expressions and discarding the result:

   {% do styles.append('42.css') %}


Regards,
Armin

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