{% extends "base.html" %} {% block content %}

Вы тут: /{{board_id}}

{% for thread in threads %} {% endfor %}
{{thread}}
{% endblock content %}