seam 0.2.7

Symbolic Expressions As Markup.
Documentation
1
2
3
4
5
6
7
8
9
10
(!DOCTYPE html)
(html
(head
	(title Example HTML Document))
(body
	(p :id hello Hello, World!)
	(p something text...)
    (h1 "A (big) Header!")
    (p Yet some more (span :style "color: red" text))))