Fetching HTML and Enhance from within a Controller? v2

Hi,

I have a custom router that is getting HTML partials from a server. These partials have aurelia components in them and I would like to “activate” them after attaching the partials to the
current DOM.

I was looking at the Synthetic View tutorial in the Docs, but maybe there is an easier way using the enhance api. I am not sure though how to get the current instance of Aurelia and add the new Dom bits.

Hmm, no tips?

In this post there is mention of the templatingEngine.

But that is a V1 feature. Is there a templatingEngine for V2 ?