Structures Blocks can be used to describe structure. c.html{ c.head{ c.title{"page title"} } + c.body{ c.h1{"heading1"} + c.p{"item1"} + c.p{"item2"} } }