Routing

The simplest way to handle routing in Gleam is to use language pattern matching. This removes the complexity of including a router.

For more details check the Language tour for list patterns.