Some advances. TODO: test board.js, and then game.js, and then implement room.js
[vchess.git] / views / error.pug
index 51ec12c..7eb2aff 100644 (file)
@@ -1,6 +1,7 @@
-extends layout
+doctype html
+html
 
-block content
+body
   h1= message
   h2= error.status
   pre #{error.stack}