Skip to content

Instantly share code, notes, and snippets.

@owensd

owensd/html.cljs Secret

Created April 6, 2017 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owensd/81ecc42b5f0bfccaeafb23c7ad15ba73 to your computer and use it in GitHub Desktop.
Save owensd/81ecc42b5f0bfccaeafb23c7ad15ba73 to your computer and use it in GitHub Desktop.
(html [:ul
(for [x (range 1 4)]
[:li x])])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment