Migrated issue, originally created by Michael Bayer (@zzzeek)
i.e.
<%namespace name="foo" file="func.html"/>
<%def name="lala" filter="foo.bar">
etc
</%def>
the "foo" namespace will not get pulled out from the Context into the local python namespace.
Migrated issue, originally created by Michael Bayer (@zzzeek)
i.e.
the "foo" namespace will not get pulled out from the Context into the local python namespace.