app/views/emergency/reissueFailure.scala.html (13 lines of code) (raw):

@(message: String, topic: String) <html> <head> <title> Failure </title> </head> <body> <h1>@topic</h1> <p>Please contact Central Production (central.production@@theguardian.com) copying in the error message below. </p> <h4>@message</h4> </body> </html>