IS there any way for me not to extend the application template in Emberjs? As in I have one route that the url needs to be /questions for SEO purposes but it has a completely different design than all the other pages. So I don’t want it to inherit the application template. Is this possible?
I couldn’t figure out how to replace the application
template, but I was able to work around it by using partials as layouts.
Take a look at this jsbin: