I'm new to using Angular with Meteor. Currently I am struggling with using the Angular UI Router, where I have an index.html file which is like a main layout template with <div ui-view></div> where the router will render view templates in depending on the current route.
Is it possible to create more layout template files like index.html, and select which version of index.html we want to render a view template in?
This can be because most pages on the site uses a certain layout defined in index.html, but a few pages may require their own special layouts (ie: no header, etc)