I need to know in which template a generic helper created with UI.registerHelper was called
It’s easy to access the template instance with Template.instance()
but I haven’t found how to access the template object itself. The best I could do till now is to copy the template name in each template instance via an onCreated()
function. And then call from the global helper Template[name]
So the question might be equivalent to “How do I find the template corresponding to a template instance ?”