1{{#unless isEditing}} 2 <h3>Video {{title}}</h3> 3 {{#link-to 'video.edit' this}}edit{{/link-to}} 4 <a href="#"{{action 'delete'}}>delete</a> 5 <p>{{description}}</p> 6 <a {{bindAttr href="uri"}}>{{uri}}</a> 7{{/unless}} 8{{outlet}}