mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 02:41:50 +03:00
5 lines
176 B
Handlebars
5 lines
176 B
Handlebars
|
{{#if @visible}}
|
||
|
<section class="kg-settings-panel" {{css-transition "kg-settings-panel"}} {{did-insert this.registerAndPosition}}>
|
||
|
{{yield}}
|
||
|
</section>
|
||
|
{{/if}}
|