open-consul/ui/packages/consul-ui/app/components/route/index.hbs

11 lines
201 B
Handlebars

{{did-insert this.connect}}
{{will-destroy this.disconnect}}
{{#if this.title}}
{{page-title this.title separator=@titleSeparator}}
{{/if}}
{{yield (hash
model=this.model
params=this.params
)}}