From a325ea91fe33aec995a945071c5fb0e30e85da49 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Tue, 30 Jan 2024 01:51:31 +1000 Subject: [PATCH] re ans-post --- templates/main-page.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}