pub trait RenderFn<CTX: Component, SW>: Fn(SW) -> Html { }
Render function that takes a switched route and converts it to HTML