mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
10 lines
292 B
Handlebars
10 lines
292 B
Handlebars
<iframe
|
|
class="site-frame {{if this.isInvisible "invisible"}}"
|
|
src={{this.srcUrl}}
|
|
frameborder="0"
|
|
allowtransparency="true"
|
|
{{did-insert this.attachMessageListener}}
|
|
{{did-update this.resetSrcAttribute @guid}}
|
|
{{on "load" this.onLoad}}
|
|
...attributes
|
|
></iframe> |