Skip to content

Instantly share code, notes, and snippets.

@bobo
Created February 10, 2011 12:52
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 bobo/820462 to your computer and use it in GitHub Desktop.
Save bobo/820462 to your computer and use it in GitHub Desktop.
(deftemplate index "FeedTutorial/index.html"
[items]
[:div#bookmarks] (content "I changed the html")
[:ul#items :li] (clone-for [item items]
(content item)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment