view app/views/index.scala.html @ 113:790f37202698 draft

add label
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 18 Mar 2013 05:28:06 +0900
parents 3d01ca5b26ed
children
line wrap: on
line source

@(message: String)

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