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