馃捇 My personal website blog.kacaii.dev/
blog gleam lustre
at main 5 lines 87 B view raw
1import blog/post 2 3pub type Context { 4 Context(priv: String, posts: List(post.Post)) 5}