import blog/post pub type Context { Context(priv: String, posts: List(post.Post)) }