Skip to content

Instantly share code, notes, and snippets.

@ardumont
Created January 3, 2012 21:38
Show Gist options
  • Save ardumont/1557070 to your computer and use it in GitHub Desktop.
Save ardumont/1557070 to your computer and use it in GitHub Desktop.
use layout in a page
(defpage "/my-page" []
(common/site-layout
[:h1 "Hello world!"]
[:p "loremipsum..."]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment