`(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 ---) ) ...