Skip to content

Instantly share code, notes, and snippets.

View dgrnbrg's full-sized avatar

David Greenberg dgrnbrg

View GitHub Profile
@dgrnbrg
dgrnbrg / home.clj
Created October 18, 2012 02:38
Enlive - Code
(ns presentation.views.home
(:require [net.cgrand.enlive-html :as html]))
(def template-file "templates/home/index.html")
;; We'd normally pull this from a data store, but for the sake of example...
(def learned-things
["to look both ways multiple times before crossing a nyc intersection"
"how to bargain with street vendors"
"about an amazing library called enlive"