(metadata (title "Hi there!"))
(on-update '())
(on-load '())
(document
  (text "Hello, world!")
  (image (link "ablecorp.us/img.png"))
  (button :text "Click Me!!"
          :callback (fun ())))