Am Dienstag, 14. Juni 2005 22:29 schrieb Florian Lindner: > What is the best way to redirect or directly output the template the view class is associated with? Ok, I redo my question. Just this part. How can I just ouput the template from a view class: class view: def __call__(self): return template How to do that? Thanks, Florian