some structure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-03 22:59:38 +10:00
parent a7fa809ae4
commit 10ebc6d628

View File

@ -6,10 +6,9 @@
Dobro pozhalovat. AGAIN.
</div>
<ul>
{% for board in boards %}
<div class="link">
<a href="{{board}}">/{{board}}</a>
</div>
<li><a href="{{board}}">/{{board}}</a></li>
{% endfor %}
</ul>
{% endblock content %}