Is there any way to produce a report containing the code coverage in my django test suite for my site's templates? I already have coverage for python, but coverage for templates to identify dead or untested template code would be awesome.
To clarify: I want to find lines in my templates that are never executed or emitted during my test suite.