{ head: { title: String } body: { text: Color? bgcolor: Color? Content*: Content } def Content = [< Text*: String h1: Node h2: Node h3: Node h4: Node h5: Node p: Node em: Node >] def Node = { id: String? class: String? style: String? Content*: Content } def Color = String }