@()(implicit flash: Flash) @main(None) { @flash.get("error").map { errorMessage =>

Oops! @errorMessage

}

This is the Play Websocket sample application! To start, choose a username and sign in using the top right form.

}