@(title: String)(content: Html) <!DOCTYPE html> <html> <head> <title>@title</title> </head> <body> @content </body> </html>