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