Loopfunktion

This commit is contained in:
mikka 2026-04-22 21:33:57 +02:00
parent ec5b29dff3
commit a6b47e15f8
3 changed files with 20 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<p id="{{karte_loop.index0}}" class="sing"></p>
<img src="{{ karte.img }}"/>
{% if karte.ytid %}
<audio src="/static/{{karte.datei}}"></audio>
<audio controls src="/static/{{karte.datei}}"></audio>
{% endif %}
<h2>{{ karte.titel}}</h2>
<p><b>Übersetzter Titel:</b>{{ karte.uetitel}}</p>