
Specyfing "pane" as an outlet name here was a legacy thing. In current form it doesn't give us anything and results in more code, as we need to specify outlet everytime we want to render something there.
9 lines
96 B
Handlebars
9 lines
96 B
Handlebars
<h3>{{view.name}}</h3>
|
|
|
|
{{view Travis.ProfileTabsView}}
|
|
|
|
<div class="tab">
|
|
{{outlet}}
|
|
</div>
|
|
|