app/views/switches/switchChange.scala.html (11 lines of code) (raw):

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