html: d(function (status, html) {
      this.response.contentType = 'text/html';
      this.send(status, html);
    }),