Sébastien Georget schrieb: > Is there a function to do the same with a path ? > For example : > template = 'template_folder/template_1' > xxxfunction(portal, te Have a look at restrictedTraverse: templatePath = 'template_folder/template_1' templateObject = context.restrictedTraverse(templatePath) Cheers, Maik