carltongibson / django-template-partials

Reusable named inline partials for the Django Template Language.
MIT License
444 stars 16 forks source link

Add wrap_loaders() helper. #10

Closed carltongibson closed 1 year ago

carltongibson commented 1 year ago

Currently one has to override the template loaders manually in order to add the partials loader. That's rubbish.

Much better would be a wrap_loaders() helper that could do this for you.

(I'm happy to elaborate if needed.)