seam

Symbolic-Expressions As Markup.
git clone git://git.knutsen.co/seam
Log | Files | Refs | README | LICENSE

test.sex (456B)


(!DOCTYPE html)
(html :lang en
  (head
    (title Example HTML Document)
    (style (%include "./test-css.sex")))
  (body
    (p :id hello Hello, World!)
    (p something something text...)
    (h1 "A (big) Header!")
    (p Yet some more
       (span :style "color: red" text) <3)
    (p Hello(span :style "color: green" World)!)
    (img
      :alt "Cute cat"
      :src "https://static.insider.com/image/5d24d6b921a861093e71fef3.jpg"
      :width 300)))