There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project is created to demonstrate bug in Django Templateing system. The bug is present when custom `inclusion_tag` is created which use recustion in the template (call itself) and for template loader is used `django.template.loaders.cached.Loader`.