Text

This is HTML or plain text. This is what a web page contains by default. Other sections are embedded in text as needed.

Example

A simple molly page containing only text. All plain old HTML documents are valid molly pages. <html> <body> Hello world </body> </html> Hello world

Example

A page showing a code section and an expression embedded in HTML text. <html> <body> [[ String name = "mud"; ]] Hello world. My name is [= name]. </body> </html> Hello world. My name is mud.