Child: [14c0cf] (diff)

Download this file

index.scala.html    8 lines (4 with data), 108 Bytes

1
2
3
4
5
6
7
@(message: String)
@main("Welcome to Play 2.1") {
@play20.welcome(message, style = "Java")
}