Hi Divyata,
maybe one way to achieve this is via multiple ui-areas.
Just define in your HTML different sections or divs, so you are able to create multiple views and place them in one document. On this way you have a clean separation of your view elements and also a reusable approach. Besides, you can control your views and their content from a central point in your application.
This simple example gives you a little impression of the idea.
Hope, it helps
Michael