报告 extends> 和 include> Django 标记字符串文字中 未解析的文件引用。
extends
include
示例:
{% extends "../DjangoApp/templatetags/base.html"%}
本例中高亮显示 base.html 标记, 因为它在指定的位置不存在。
base.html