-- page = require("sitegen.page").Page -- require("moon").p page -- p = page! -- require("moon").p p html -> -- tag = -- tag.inner = "this is a link" -- tag.attributes = { href: "." } -- require("moon").p page.get_root div { style: "border: 1px solid black;" "this is a link inside a div" -- tag["a"] { "some", href: "." } -- tag["a"] { href: @root .. "/", "link text" } a { "link text", href: @root .. "/" } }