Skip to content

Instantly share code, notes, and snippets.

@aria42
Last active December 11, 2015 01:59
Show Gist options
  • Save aria42/4527612 to your computer and use it in GitHub Desktop.
Save aria42/4527612 to your computer and use it in GitHub Desktop.
(defn example [datum]
[:li [:a {:href (str "#show/" (:key datum))}
[:div.class1.class2 {:id (str "item" (:key datum))}
[:span.anchor (:name datum)]]]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment