@(title: String)(content: Html) <!DOCTYPE html> <html> <head> <title>@title</title> <meta charset=utf-8> </head> <body> @content </body> </html>