const choo = require('../../../') const mailboxes = [ 'inbox', 'spam', 'sent' ] module.exports = function (params, state, send) { return choo.view` ` } function createLi (mailbox, messages) { return choo.view`