6bf6002ab0
* Change all instances of yield/block-slots to use attributes over positional arguments * Remove the ability to use yield/block-slots with positional params
12 lines
334 B
Handlebars
12 lines
334 B
Handlebars
{{#if (not loading)}}
|
|
{{outlet}}
|
|
{{else}}
|
|
{{#hashicorp-consul id="wrapper" permissions=permissions dcs=dcs dc=dc nspaces=nspaces nspace=nspace}}
|
|
{{#app-view class="loading show"}}
|
|
{{#block-slot name='content'}}
|
|
{{partial 'consul-loading'}}
|
|
{{/block-slot}}
|
|
{{/app-view}}
|
|
{{/hashicorp-consul}}
|
|
{{/if}}
|