Created
June 1, 2014 06:07
-
-
Save ochronus/110804e9b6a1910f9445 to your computer and use it in GitHub Desktop.
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 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