Versions in this module Expand all Collapse all v0 v0.5.0 Sep 4, 2023 Changes in this version + var SupportedLocales []language.Tag + type Book struct + Authors []string + CSSFlows []string + Chapters []Chapter + Contributors []string + CoverImage image.Image + CreatedDate time.Time + DocType string + FixedLayout bool + Images []image.Image + Language language.Tag + PublishedDate time.Time + Publisher string + RightToLeft bool + Subject string + ThumbImage image.Image + Title string + UniqueID uint32 + func (m *Book) OverrideTemplate(tpl template.Template) Book + func (m Book) GetThumbFilename() string + func (m Book) Realize() pdb.Database + type Chapter struct + Chunks []Chunk + Title string + type Chunk struct + Body string + func Chunks(strings ...string) []Chunk