I need to use three different layouts in my App. How can I use different Template instead of Application Template as a layout in Ember 2.4?
Help : How to create Multiple Layout in ember 2.4 like in EJS
acorncom
#2
Try using a very basic application template and then specifying your various templates as sub routes?