carltongibson / django-template-partials

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

Fixed #39 -- Handle loader reset when a template change is detected. #40

Closed carltongibson closed 3 months ago

carltongibson commented 3 months ago

Pass reset() call down to child loaders. Fixes #39.