Skip to content

Instantly share code, notes, and snippets.

@0xRoch
Created August 27, 2011 13:25
Show Gist options
  • Save 0xRoch/1175390 to your computer and use it in GitHub Desktop.
Save 0xRoch/1175390 to your computer and use it in GitHub Desktop.
@()(
implicit
params:play.mvc.Scope.Params,
flash:play.mvc.Scope.Flash,
errors:Map[String,play.data.validation.Error]
)
@import play.i18n.Messages
@main(title = "Test title") {
<p>Hello world in &{'english'}</p>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment