const choo = require('../../../') module.exports = function (params, state, send) { const error = state.app.error[0] const title = state.api.title return choo.view`

${title}

Latest error: ${error}

` }