package blogviewer
type BlogFileData struct {
Header string `bson:"header"`
Blocks []*Block `bson:"blocks"`
}