const html = require('choo/html'); const errorView = (state, emit, i18n) => { return html` ${i18n.__('404.header')} `; } module.exports = { errorView };