Abspielknopf
This commit is contained in:
parent
1d906d4d5f
commit
ec5b29dff3
5 changed files with 57 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue