Abspielknopf

This commit is contained in:
mikka 2026-04-22 20:03:19 +02:00
parent 1d906d4d5f
commit ec5b29dff3
5 changed files with 57 additions and 11 deletions

View file

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