Zweite version
Playist management
This commit is contained in:
parent
39f95c2857
commit
46e9d5c40d
7 changed files with 70 additions and 14 deletions
6
templates/karte.html
Executable file → Normal file
6
templates/karte.html
Executable file → Normal file
|
|
@ -1,11 +1,17 @@
|
|||
<article>
|
||||
<img src="{{ karte.img }}"/>
|
||||
{% if karte.ytid %}
|
||||
<audio controls autoplay src="/static/{{karte.datei}}"></audio>
|
||||
{% endif %}
|
||||
<h2>{{ karte.titel}}</h2>
|
||||
<p><b>Übersetzter Titel:</b>{{ karte.uetitel}}</p>
|
||||
<p><b>Interpreten:</b>{{ karte.interprete}}</p>
|
||||
{% if karte.jahrgang %}
|
||||
<p><b>Jahrgang:</b> {{ karte.jahrgang }}</p>
|
||||
{% endif %}
|
||||
{% if karte.plazirung%}
|
||||
<p><b>Plazirung:</b> {{ karte.plazirung }}</p>
|
||||
{% endif %}
|
||||
<p><b>Länge:</b> {{karte.laenge|zeit}}</p>
|
||||
<p><b id = "kursive">Interesanter</b><b> Fakt:</b> {{ karte.interesanterfakt }}</p>
|
||||
{% if karte.text %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue