报告 Django 模板中的左标记与右标记未正确匹配的情况。
示例:
{% if error_message %}<p><strong>{{ error_message }}</p>{% endif %}
IDE 报告 strong 标记未关闭的错误。
strong