mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
7 lines
173 B
Handlebars
7 lines
173 B
Handlebars
|
{{#if this.whatsNew.isShowingModal}}
|
||
|
<GhFullscreenModal
|
||
|
@modal="whats-new"
|
||
|
@modifier="wide"
|
||
|
@close={{fn this.whatsNew.closeModal}}
|
||
|
/>
|
||
|
{{/if}}
|