I have a bit of problem with new router. I would like to have header which is a separate controller-view. And to be honest I'm not sure how to achieve it.
I tried to define footer and header in index controller/template and in IndexRoute do redirect to "gallerys" route but then the index template is ommited.
With previous router I created index template with: {{outlet "hedaer"}} {{outlet "body" }} {{outlet "footer"}}
But now, I'm not sure how to connect it all.