mirror of
https://github.com/status-im/consul.git
synced 2025-01-15 08:14:54 +00:00
06d09d11f1
* Change all instances of yield/block-slots to use attributes over positional arguments * Remove the ability to use yield/block-slots with positional params
8 lines
241 B
Handlebars
8 lines
241 B
Handlebars
{{! TODO: this component and its parent should be moved to a single component }}
|
|
{{yield}}
|
|
<div>
|
|
<header>
|
|
{{#yield-slot name='header'}}{{yield}}{{/yield-slot}}
|
|
</header>
|
|
{{#yield-slot name='content'}}{{yield}}{{/yield-slot}}
|
|
</div> |