If you want to render View1 into View2, you'll have to first add View1 as a child view of View2.
Then you can simply add a <div> with its data-view attribute as View1's ID (declared while adding it as a child view) anywhere in View2's template to render it there.