mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
9 lines
204 B
Handlebars
9 lines
204 B
Handlebars
<div
|
|
{{did-insert (action "initScrollWatch")}}
|
|
{{will-destroy (action "clearScrollWatch")}}
|
|
...attributes
|
|
>
|
|
<header class="gh-canvas-header-content">
|
|
{{yield}}
|
|
</header>
|
|
</div> |