testing
{{#unless selection}}
{{error “You need to select a text first”}}
{{/unless}}
{{notice “Summarizing…“}}
{{#run “summary”}}
{{selection}}
{{/run}}
{{notice “translating…“}}
{{#run “translateToFrench”}}
{{get “summary”}}
{{/run}}
{{get “translateToFrench”}}