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?
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?