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