MultiPage Meteor

I am using ui-router with my meteor project.

I have an index page that define a layout that is shared with all the pages in my project.
the index page also contains a parent controller (define in the body element)
that is shared in all my pages.

using ui-router each state has a different template (that replace ui-view).

I need that only one page will be different and will use different layout.

the best solution is if i could have another page with head & body but it doesn’t allowed by meteor.

how do i make only one page to use clean layout?

Really depends on what router you’re using. Flow Router? Iron Router? React Router?

AngularUI Router
https://github.com/angular-ui/ui-router