{
  "id": "python/django-template-inheritance-block-error",
  "signature": "django.template.exceptions.TemplateSyntaxError: Invalid block tag: 'endblock', expected 'endblock' or 'endblock name'",
  "signature_zh": "django.template.exceptions.TemplateSyntaxError: 无效的块标签：'endblock'，期望'endblock'或'endblock name'",
  "regex": "django\\.template\\.exceptions\\.TemplateSyntaxError:\\ Invalid\\ block\\ tag:\\ 'endblock',\\ expected\\ 'endblock'\\ or\\ 'endblock\\ name'",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "Mismatched block tags, often due to missing {% block %} or extra {% endblock %}.",
  "root_cause_type": "generic",
  "root_cause_zh": "块标签不匹配，通常是由于缺少{% block %}或多余的{% endblock %}。",
  "versions": [
    {
      "version": "3.x",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Breaks template inheritance, losing content from parent templates.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "May still be mismatched; need to ensure each block has a matching endblock.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.95,
      "how": "Check template for correct block structure: {% block content %} ... {% endblock %}",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.9,
      "how": "Use {% block name %} and {% endblock name %} consistently.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.83,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-04-17",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}