A static page in the blog that is not part of any post lists or archives.
pub type Page { Page( title: String, slug: String, headers: List(Header), content: String, ) }
Page( title: String, slug: String, headers: List(Header), content: String, )