module.exports = (match) ->
  match ':filterer', 'index#list'
  match '', 'index#list'
