package app type Post struct { Slug string Content string Title string Tags []string Created string Published bool }