Invalid block tag on line 6: 'endfor'. Did you forget to register or load this tag?
Request Method: GET
Django Version: 4.0.4
Exception Type: TemplateSyntaxError
Exception Value:
Invalid block tag on line 6 : 'endfor'. Did you forget to register or load this tag?
Exception Location: C:\Python391\lib\site-packages\django\template\base.py, line 568, in invalid_block_tag
<div class="{{ menu_class }}">
<ul>
<li><a href="{% url 'home' %}">Home</a></li>
4 {% for item in categories }
5 <li><a href="{{ item.get_absolute_url }}">{{ item.title }}</a></li>
6 {% endfor %}
</ul>
</div>
Скриншот кода удален модератором.