{% extends "base.html" %} {% block content %} {% include 'navbar.html' %}

Dobro pozhalovat. AGAIN.

{% if boards[0] | length > 0 %}

Доски:

{% for board in boards[0] %} board {% endfor %} {% endif %}
{% endblock content %}