Ghost/ghost/admin/app/components/gh-canvas-header.hbs
2021-02-08 21:16:41 +01:00

9 lines
204 B
Handlebars

<div
{{did-insert (action "initScrollWatch")}}
{{will-destroy (action "clearScrollWatch")}}
...attributes
>
<header class="gh-canvas-header-content">
{{yield}}
</header>
</div>