error.jade 334 B

1234567891011121314151617
  1. doctype html
  2. html
  3. head
  4. title Join the #{community} community on Slack!
  5. style.
  6. body {
  7. padding: 50px;
  8. font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  9. }
  10. input {
  11. font-size: 24px;
  12. width: 400px;
  13. }
  14. body
  15. h1= message
  16. h2= error.status
  17. pre #{error.stack}