2021-03-08 12:15:54 +00:00
|
|
|
{{did-insert this.connect}}
|
|
|
|
{{will-destroy this.disconnect}}
|
2021-04-06 12:40:40 +00:00
|
|
|
|
|
|
|
{{#if this.title}}
|
|
|
|
{{page-title this.title separator=@titleSeparator}}
|
|
|
|
{{/if}}
|
|
|
|
|
2021-03-08 12:15:54 +00:00
|
|
|
{{yield (hash
|
2021-05-26 16:43:46 +00:00
|
|
|
model=this.model
|
|
|
|
params=this.params
|
2021-03-08 12:15:54 +00:00
|
|
|
)}}
|