use yew::prelude::*; #[function_component(News)] pub fn news() -> Html { html! {

{"News Page"}

} }