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