So I have the following setup.
On the main page, a list of generators is being displayed based on a list coming from a model using fixture data.
Now when one of
You should be able to simply place your dynamic partial variable within the partial helper.
{{#each item in controller}} {{partial item.templateName}} {{/each}}
As @darshan-sawardekar pointed out if you have a generator with templateName of generator-1it would render the partial _generator-1.
templateName
generator-1
_generator-1