Skip to content

Instantly share code, notes, and snippets.

@odadoda
Created November 8, 2013 13:14
Show Gist options
  • Save odadoda/7370878 to your computer and use it in GitHub Desktop.
Save odadoda/7370878 to your computer and use it in GitHub Desktop.
Render index.html
// render index page
public static Result index() {
return ok(index.render());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment