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