mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-28 09:23:25 +00:00
9 lines
149 B
Handlebars
9 lines
149 B
Handlebars
|
|
<div class="container">
|
||
|
|
{{yield
|
||
|
|
(hash
|
||
|
|
onDrawerToggle=this.onDrawerToggle
|
||
|
|
isDrawerOpen=(readonly this.isExpanded)
|
||
|
|
)
|
||
|
|
}}
|
||
|
|
</div>
|