Andreas Tille wrote: > return container.test.html(REQUEST) return container['test.html')(REQUEST) return getattr(container,'test.html')(REQUEST) ...will both work. cheers, Chris