mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 18:50:04 +00:00
dd280ee2b2
Moves our URLs with 'optional namespace segment' into a separately abstracted 'optional URL segment' feature
11 lines
201 B
Handlebars
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
|
|
)}} |