Welcome to the CHICKEN Scheme pasting service
widgets added by andyjpb on Tue Jun 19 14:44:43 2012
`(html
(head
(meta (@ (charset utf-8)))
(title ,(++ "Knodium - " (if title title "bonkers"),))
(link (@ (href static/stylesheets/knodium.css) (media "screen, projection") (rel stylesheet) (type text/css)))
)
(body (@ (class ))
(div (@ (id page) (class ))
(header
(div (@ (id logo))
(a (@ (href /))
(img (@ (src static/images/logo.png)))
)
)
....
(div (@ (id content) (style "height: 1000px"))
(div (@ (class topbar)) (div (@ (class shadow))))
(h1 "Widget Debugger")
,(content)
(h1 ---)
)
...