app/views/Application/hello.scala.html (9 lines of code) (raw):

@(message: String) <html> <head> <title>TagManager</title> </head> <body> <h1>@message</h1> </body> </html>