I'm having problems getting data from a dictionary that I pass to the templator in web.py.
For example, when I render with
return render.resp({'foo':'bar'})
Then in my template try
$def with (test)
$test.foo
I get the error "'dict' object has no attribute 'foo'"