const html = require('choo/html') const header = require('./header') module.exports = function newView (state) { return html` ${header(state)}
... or ...
markdown?
` }