When i click on the Topics menu, i have the following error in the console :
"Sorry, couldn't find a yield named "header". Did you define it in one of the rendered templates like this: {{yield "header"}}?"
In client / app.routes.js (12)
scope.render("navbarHeader",{to: 'header'});
(there is no template named header) -> instead of ?
scope.render("navbarHeader",{to: 'navbarHeader'});