Hello,

I am looking for a solution how to solve one/any of these problems:

1. How can I split a string, which is defined inside template. Let's say, I 
have {% block s %}item1 item2 item3{% endblock %}. Complete value is 
accesible using {{ self.s() }}. Now, can I split it by space without 
developing a custom filter?

2. How can I get a chain of template names. If c extends b and b extends a, 
complete inheritance list would be ['a', 'b', 'c'].

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