mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
5 lines
102 B
Handlebars
5 lines
102 B
Handlebars
|
{{#if isEditing}}
|
||
|
{{{preview}}}
|
||
|
{{else}}
|
||
|
{{textarea value=value key-up="updateValue"}}
|
||
|
{{/if}}
|