Because the PyJade comment is indented inside of "loaders" I made the mistake of forgetting the "builtins" line and spending ages debugging.
This is especially easy to miss as the line of text before the code sample only mentions loaders and not builtins, as it had been copy-pasted from the previous Django version.
I updated the README so that it is more obvious which config options need to be added.
Because the PyJade comment is indented inside of "loaders" I made the mistake of forgetting the "builtins" line and spending ages debugging.
This is especially easy to miss as the line of text before the code sample only mentions
loaders
and notbuiltins
, as it had been copy-pasted from the previous Django version.I updated the README so that it is more obvious which config options need to be added.