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

This commit is contained in:
Simple_Not
2023-07-03 22:58:08 +10:00
parent bd9a18eec6
commit a7fa809ae4
3 changed files with 16 additions and 3 deletions

View File

@@ -3,7 +3,13 @@
{% block content %}
<div class="content">
sup
Dobro pozhalovat. AGAIN.
</div>
{% for board in boards %}
<div class="link">
<a href="{{board}}">/{{board}}</a>
</div>
{% endfor %}
{% endblock content %}