update logo looping

This commit is contained in:
2023-11-29 23:02:53 +02:00
parent defc94c867
commit 24211cdb87
4 changed files with 50 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{% for item in items %}
<p>{{ item }}</p>
{% endfor %}