Created
February 5, 2013 10:34
-
-
Save spinscale/4713610 to your computer and use it in GitHub Desktop.
spark-groovy-jrebel-first-sample
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
get "/", { Request request, Response response -> | |
jade "index.jade", [title: 'My page'] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment