Skip to content

Instantly share code, notes, and snippets.

@ochronus
Created June 1, 2014 06:07
Show Gist options
  • Save ochronus/110804e9b6a1910f9445 to your computer and use it in GitHub Desktop.
Save ochronus/110804e9b6a1910f9445 to your computer and use it in GitHub Desktop.
(ns noir01.views.welcome
(:require [noir01.views.common :as common]
[noir.content.getting-started])
(:use [noir.core :only [defpage]]))
(defpage "/welcome" []
(common/layout
[:p "Welcome to noir01"]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment