@iaskquestions wrote:
I have an Ember project and there is a template under
application
.So, it would look like
app/application/template.hbs
.This template contains the website's navbar and has an
{{outlet}}
for other template code.I have a login page where I don't want this navbar to show up. Is there a recommended way to not have the
application
template rendered in this case? I can add javascript to hide the navbar but I'm guessing this is not the best solution.
Posts: 2
Participants: 2