Closed lfdebrux closed 5 years ago
Currently NunjucksLoaderMixin will try and apply the njk_to_j2 function on all templates.
NunjucksLoaderMixin
njk_to_j2
This may not necessarily be what we want.
NunjucksLoaderMixin has been deleted and replacement NunjucksExtension only converts Nunjucks templates (filename ending in .njk).
NunjucksExtension
.njk
Currently
NunjucksLoaderMixin
will try and apply thenjk_to_j2
function on all templates.This may not necessarily be what we want.