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

Dobro pozhalovat. AGAIN.

{% if boards | length > 0 %}

Доски:

{% for board in boards %} {{board}} {% endfor %} {% endif %}
{% endblock content %}