I have some syntax errors in my Jade templates. Are there any tools that can help me debug?
Found it. Use jade [fileName].jade to debug your Jade template.
jade [fileName].jade
You can install the Jade tool with npm install jade --global.
npm install jade --global