app/views/authError.scala.html (13 lines of code) (raw):
@(message: String)
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Atom Workshop - access denied</title>
</head>
<body>
<h1>Atom Workshop - access denied</h1>
<p>@message</p>
<p>If you require access to the Atom Workshop tool, please contact <a href="mailto:central.production@@theguardian.com">Central Production</a> for assistance</p>
</body>
</html>