Esc-Playlists/templates/playlists.html
2026-04-20 22:02:17 +02:00

18 lines
No EOL
390 B
HTML

<style>
#playlist{
display: block;
text-align: center;
font-size: large;
color: black;
}
a{
color: black;
display: block;
text-align: center;
font-size: smaller;
}
</style>
{% for list in lists %}
<a id="playlist" href="/?liste={{list}}"> {{list}} </a>
{% endfor %}
<a href="/neueliste">Lust auf was neues?</a>