This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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" |