{{#if isEditing}}
    {{{preview}}}
{{else}}
    {{textarea value=value key-up="updateValue"}}
{{/if}}