const html = require('../../../html') module.exports = function (params, state, send) { const error = state.app.errors[0] const title = state.api.title return html` ${title} Latest error: ${error} send('api:good')}>OK! send('api:bad')}>Naughty ` }