···4343 | ".woff2" -> "font/woff2"
4444 | _ -> assert false)
45454646-(* Routes that don depend on a forest*)
4646+(* Routes that don't depend on a forest*)
4747let static_handler ~env : Router.static -> Cohttp_eio.Server.response =
4848 fun route ->
4949 let load_file f = EP.(load (theme_dir ~env / f)) in