However this produces a jinja2 file which directly references the jade file.
{% include 'somefolder/somefile.jade' %}
PyJade doensn't proceed to intercept the jinja2 call at all, and there is no attempt to raw include the files, so the result is that include are completely broken.
Syntax should be
However this produces a jinja2 file which directly references the jade file.
PyJade doensn't proceed to intercept the jinja2 call at all, and there is no attempt to raw include the files, so the result is that include are completely broken.