use super::Post; use yew::html; pub const POST: Post = Post { title: "wowowowow33333333!", timestamp: 1743710399, content: || { html! {

{"hello world"}


{"this is an \"example113!!{}\""}

} }, };