traceback.html 230 B

123456789101112131415
  1. <html>
  2. <body>
  3. <h1>Sorry, something went wrong</h1>
  4. <h3>500 - Internal Server Error</h3>
  5. <hr>
  6. <h2>Stacktrace</h2>
  7. <hr>
  8. <code>
  9. <pre>
  10. {{ error_msg }}
  11. </pre>
  12. </code>
  13. </body>
  14. </html>