hi.
i need something like this
{% for folder in folders %}
{% init_vars(folder) %}
{{ path }}, {{ tags }}, {{ basename }}
{% endfor %}
or
{% for folder in folders %}
{% from "folder/init.html" import path, tags, basename %}
{{ path }}, {{ tags }}, {{ basename }}
{% endfor %}
need help :)
--
You received this message because you are subscribed to the Google Groups
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/groups/opt_out.