Skip to content

Instantly share code, notes, and snippets.

View rickmode's full-sized avatar

Rick Mouritzen rickmode

View GitHub Profile
(ns demo.core
(:use [ring.adapter.jetty :only (run-jetty)]
[ring.middleware.session :only (wrap-session)]
[ring.middleware.flash :only (wrap-flash)]
[ring.middleware.stacktrace :only (wrap-stacktrace)]
[hiccup.core :only (html)]
[hiccup.form-helpers :only (form-to label text-field submit-button)]
[hiccup.page-helpers :only (xhtml link-to unordered-list)]
[compojure.core :only (defroutes GET POST)]
[compojure.route :only (not-found)]