hi Arie,
I'm having some trouble to understand what you mean by "view" or "template" - it doesn't matter, or it shouldn't matter what they are doing, as I believe it will all be "lines of code" - sometimes in different files, sometimes in the same file..
Embed the view into the Template? - what does that even mean?
- you can use "fragments" which is more likely to be view pieces without a controller behind,
- you can embed a whole view with a controller anywhere you want,
- you can embed "UI components" by requesting and adding then into the view,
- you can embed an application inside an application using web-components,
Cheers,
Dan.