Skip to content

Instantly share code, notes, and snippets.

@mseeks
Created August 14, 2013 13:03
Show Gist options
  • Save mseeks/6230842 to your computer and use it in GitHub Desktop.
Save mseeks/6230842 to your computer and use it in GitHub Desktop.
(:use wiggle.core)
(! 'html {}
(! 'head {}
(! 'title {} "Example"))
(! 'body {} "This is a test!"
(! 'div {:class "style"} "Hello, world!"
(! 'div {} "another bird's nest"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment