Reports the {% extends %} tag that is not the first tag in a Django template.

Example:


{% load my_custom_tags %}
{% extends "../DjangoApp/templatetags/my_custom_tags.py"%}

In this example, the {% extends %} tag is highlighted, because it should be placed before the {% load %} tag.