Crown-Commercial-Service / govuk-frontend-jinja

Tools to use the GOV.UK Design System with Python webapps that use Jinja2 and Flask 🐍
MIT License
9 stars 6 forks source link

NunjucksLoaderMixin will try and convert all templates #5

Closed lfdebrux closed 5 years ago

lfdebrux commented 5 years ago

Currently NunjucksLoaderMixin will try and apply the njk_to_j2 function on all templates.

This may not necessarily be what we want.

lfdebrux commented 5 years ago

NunjucksLoaderMixin has been deleted and replacement NunjucksExtension only converts Nunjucks templates (filename ending in .njk).