const html = require('choo/html'); const assets = require('../../common/assets'); module.exports = function(state) { return html`
${state.translate('errorPageHeader')}
`; };