Rendering Templates from a Helper (with HTMLBars, Ember 1.11)

Hi,

I have a problem migrating one of the helpers to from Ember 1.8 to Ember 1.11. The helper takes a param containing the name of a partial template and renders it with the current context. The helper is bound.

My problem is that the current context is not passed to the template. Please the jsbin JS Bin - Collaborative JavaScript Debugging

I don’t know much about HtmlBars at the moment but I think this should be possible, right? Any help, suggestions are welcome. Maybe I just should approach the problem differently?

Best regards, Alex