Blame view

app/views/index.scala.html 108 Bytes
Anandkumar Chandran authored
1 2 3 4 5 6 7
@(message: String)

@main("Welcome to Play 2.1") {
    
    @play20.welcome(message, style = "Java")
    
}