Function builders

How would it look for closure variable?

let @HTMLBuilder a = {
  p {
    "Foo"
  }
}