Skip to content

Instantly share code, notes, and snippets.

@flyingmachine
Created January 19, 2014 18: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 flyingmachine/8509132 to your computer and use it in GitHub Desktop.
Save flyingmachine/8509132 to your computer and use it in GitHub Desktop.
(div :class "filters"
(loop-tpl :bindings [name ["bob" "joe"]]
(div
(h3 (text "~{name}"))))
(ul
(loop-tpl :bindings [attr ["a" "b"]]
(li (text "~{attr}")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment