Help : How to create Multiple Layout in ember 2.4 like in EJS

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?

Try using a very basic application template and then specifying your various templates as sub routes?