probably in situations like this (need double-check) ```scala routes( div( path("test") { div("test") }, noneMatched { div("not found") } ) ) ```