const html = require('choo/html'); module.exports = function intro(state) { return html`

${state.translate('introTitle')}

${state.translate('introDescription')}

`; };