= $this->partial("message", ['message' => $this->dmail]) ?>
= $this->partial("compose", ['from_id' => current_user()->id]) ?>
contentFor('footer', function(){ ?>
= $this->linkToFunction("Show conversation", "Dmail.expand(".($this->dmail->parent_id ?: $this->dmail->id).", ".$this->dmail->id.")") ?>
dmail->to_id == $this->current_user->id) : ?>
= $this->linkToFunction("Respond", "Dmail.respond('".$this->dmail->from->name."')") ?>
= $this->partial("footer") ?>