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