Skip to content

Instantly share code, notes, and snippets.

@JustinTulloss
Created March 9, 2009 10:03
Show Gist options
  • Save JustinTulloss/76199 to your computer and use it in GitHub Desktop.
Save JustinTulloss/76199 to your computer and use it in GitHub Desktop.
(defn twitter-status
([tweet]
(html [:p {:class "tweet"}
(html [:div {:class "tweet-text"} (get tweet "text")])
(html [:div {:class "tweet-user"} (get (get tweet "user") "name") ])])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment