Jade debug - sinsunsan/archiref_wiki GitHub Wiki

unexpected token "indent" :

Check if there is no added space at the end of a mixin definition.
You can switch on the invisible character display to look up more easily...

"Unexpected token 'tag' expected 'text', 'code', ':', 'newline' or 'eos'"

Wrong because their is no space between "Polaziste" and it's tag

   label(for="polaziste")Polaziste

Fixed

   label(for="polaziste") Polaziste