Skip to content

Instantly share code, notes, and snippets.

@steini
Created October 11, 2013 21:38
Show Gist options
  • Save steini/6942428 to your computer and use it in GitHub Desktop.
Save steini/6942428 to your computer and use it in GitHub Desktop.
(html/defsnippet list-loop "test.html" [:ul :li] [items]
(html/clone-for [item items]
[:li] (html/content item)))
(list-loop ["a" "b" "c"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment