An alternative might be: ``` doc.body.apply { ad...
# kweb
i
An alternative might be:
Copy code
doc.body.apply {
  addChild(h1().setText(”Hello”))
  addChild(p().setText(”A paragraph”))
}
But now our DSL will have
addChild
calls everywhere 😕