error.html 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <html> <head> <title>{error}</title> <style>{style}</style> </head> <body> <div id="wrapper"> <h1>{title}</h1> <h2><em>{statusCode}</em> {error}</h2> <ul id="stacktrace">{stack}</ul> </div> </body> </html>