In my meteor project i have to html page inside client folder. One is home.html and other is contact.html. while running the project browser shows both pages. My first question is how to run only first page. Second in menu section when i click on contact tab it should render on contact page. Is there anyway to load one page into another in meteor.In my meteor project i have to html page inside