const pathname = require('pathname-match') const html = require('../../../html') module.exports = function (state, prev, send) { const location = state.location.pathname return html` URL: ${pathname(location) || '/'} ` }