diff --git a/templates/main-page.html b/templates/main-page.html index f73f3a3..4230ffb 100644 --- a/templates/main-page.html +++ b/templates/main-page.html @@ -18,10 +18,10 @@
- {% if boards[0] | length > 0 %} + {% if boards | length > 0 %}

Доски:

- {% for board in boards[0] %} - board + {% for board in boards %} + {{board}} {% endfor %} {% endif %}