app/views/emergency/newCookieFailure.scala.html (10 lines of code) (raw):

@(message: String) <html> <head> <title>New cookie issue failure</title> </head> <body> <h1>Failed to issue a new cookie</h1> <p>@message</p> </body> </html>