`(button (@ (class "button")) ,@body) ; plus `(button (@ (class "red") (id "foo")) "hi") ; => (button (@ (class "button red") (id "foo")) "hi")