Skip to content

Instantly share code, notes, and snippets.

@owensd

owensd/html.cljs Secret

Created April 6, 2017 04:47
Embed
What would you like to do?
(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