My controls are widgets, so if I define my template in the markup it appears twice on the page...
Is there a way with the MVVM that I can move the template out to my JS and still bind it?...like a data-bind="template: markup, source: data" or something?