Skip to content

Instantly share code, notes, and snippets.

@danielreuterwall
Last active December 15, 2015 18:30
Show Gist options
  • Save danielreuterwall/5304619 to your computer and use it in GitHub Desktop.
Save danielreuterwall/5304619 to your computer and use it in GitHub Desktop.
Playtuts welcome message
@(message: String)
@import play.api.Play
@main("Welcome to Play 2.0") {
<h1>The current environment is @Play.current.configuration.getString("environment.name")</h1>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment