{{#view Scripted.RunnerView}}{{message}}{{/view}} {{#if Scripted.CommandsController.hasCommands}} {{#each Scripted.CommandsController}} {{#view Scripted.CommandView contentBinding="this"}} {{/view}} {{/each}}
Command Runtime (s) Status
{{content.name}} {{content.roundedRuntime}} {{#view Scripted.CommandStatusView contentBinding="content"}}{{text}}{{/view}}
{{#each Scripted.CommandsController}} {{#view Scripted.CommandView contentBinding="this"}}

{{content.name}} {{#view Scripted.CommandStatusView contentBinding="content"}}{{text}}{{/view}}

{{#if hasOutput}}
{{output}}
{{/if}} {{/view}} {{/each}} {{else}}
Run bundle exec scripted --format websocket --out http://localhost:9292/faye to start.
{{/if}}