mirror of https://github.com/status-im/consul.git
19 lines
371 B
Handlebars
19 lines
371 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
{{did-insert this.connect}}
|
|
{{will-destroy this.disconnect}}
|
|
{{yield (hash
|
|
model=this.model
|
|
params=this.params
|
|
currentName=this.router.currentRoute.name
|
|
|
|
refresh=this.refresh
|
|
t=this.t
|
|
exists=this.exists
|
|
|
|
Title=(component "route/title")
|
|
Announcer=(component "route/announcer")
|
|
)}} |