Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created January 17, 2014 21:39
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 jcromartie/4deb16fd17c673cb50a3 to your computer and use it in GitHub Desktop.
Save jcromartie/4deb16fd17c673cb50a3 to your computer and use it in GitHub Desktop.
(defsnippet nav-buttons "templates/index.html" [:#nav-buttons]
[buttons]
[:li] (clone-for [button buttons]
(fn [node]
(at node
[:a.button] (do->
(content (:text button))
(set-attr :href (:url button)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment