Reports unresolved file references in string literals of
extends> and include> Django tags.
Example:
{% extends "../DjangoApp/templatetags/base.html"%}
In this example, the base.html tag is highlighted, because it is not available in the
specified location.