django-template-analyzer icon indicating copy to clipboard operation
django-template-analyzer copied to clipboard

Extract template nodes from a Django template

Results 1 django-template-analyzer issues
Sort by recently updated
recently updated
newest added

Hello! Thanks for writing and sharing this library, it's pretty handy! :+1: :taco: I've bumped into an issue when using a dynamic include like `{% include variable_pointing_to_a_template_path %}` -- which...